Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
x265
Newest Tests
Rustls
LiteRT
WarpX
Epoch
Valkey
Whisperfile
Recently Updated Tests
Mobile Neural Network
ACES DGEMM
NWChem
SuperTuxKart
ASTC Encoder
SVT-AV1
New & Recently Updated Tests
Recently Updated Suites
Database Test Suite
Machine Learning
Steam
New & Recently Updated Suites
Component Benchmarks
CPUs / Processors
GPUs / Graphics
OpenGL
Disks / Storage
Motherboards
File-Systems
Operating Systems
OpenBenchmarking.org
Corporate / Organization Info
Bug Reports / Feature Requests
Timed Gem5 Compilation 1.0.0
pts/build-gem5-1.0.0
- 28 January 2022 -
Initial commit of Gem5 compilation benchmark.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.1--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/gem5/gem5/archive/refs/tags/v21.2.0.0.tar.gz</URL> <MD5>dca444f93d861689d80c8e8373e67c40</MD5> <SHA256>87d8e5140c3e37949e73ca96936d91599f1ead3e87af1b4d81b8bb36791d685d</SHA256> <FileName>gem5-21.2.0.0.tar.gz</FileName> <FileSize>14967066</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh echo "#!/bin/sh cd gem5-21.2.0.0 scons -j \$NUM_CPU_CORES echo \$? > ~/test-exit-status" > build-gem5 chmod +x build-gem5
interim.sh
#!/bin/sh rm -rf gem5-21.2.0.0 tar -xf gem5-21.2.0.0.tar.gz
post.sh
#!/bin/sh rm -rf gem5-21.2.0.0
pre.sh
#!/bin/sh rm -rf gem5-21.2.0.0 tar -xf gem5-21.2.0.0.tar.gz
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.1--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.1--> <PhoronixTestSuite> <TestInformation> <Title>Timed Gem5 Compilation</Title> <AppVersion>21.2</AppVersion> <Description>This test times how long it takes to compile Gem5. Gem5 is a simulator for computer system architecture research. Gem5 is widely used for computer architecture research within the industry, academia, and more.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>Time To Compile</SubTitle> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, scons, python, zlib-development, protobuf, boost-development</ExternalDependencies> <EnvironmentSize>3100</EnvironmentSize> <ProjectURL>https://www.gem5.org/</ProjectURL> <RepositoryURL>https://gem5.googlesource.com/public/gem5</RepositoryURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> <SystemDependencies>scons, m4, gperftools/profiler.h, google/protobuf/compiler/parser.h, python3-config</SystemDependencies> </TestProfile> </PhoronixTestSuite>