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
Compile Bench 1.0.0
pts/compilebench-1.0.0
- 06 December 2010 -
Initial import into OpenBenchmarking.org
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://oss.oracle.com/~mason/compilebench/compilebench-0.6.tar.bz2</URL> <MD5>88907091223df4af78b1b2bfd150400e</MD5> <FileSize>591224</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -jxvf compilebench-0.6.tar.bz2 echo "#!/bin/sh cd compilebench-0.6/ rm -rf t/ mkdir t/ ./compilebench \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > compilebench chmod +x compilebench
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>intial create total runs 10 avg #_INITIAL_CREATE_# MB/s (user 0.54s sys 0.78s) no runs for create no runs for patch compile total runs 10 avg #_COMPILE_# MB/s (user 0.11s sys 0.56s) no runs for clean no runs for read tree read compiled tree total runs 3 avg #_READ_COMPILED_TREE_# MB/s (user 0.20s sys 0.40s) no runs for delete tree delete compiled tree total runs 10 avg 3.86 seconds (user 0.18s sys 0.34s) no runs for stat tree no runs for stat compiled tree</OutputTemplate> <ResultKey>PTS_USER_SET_ARGUMENTS</ResultKey> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <TestInformation> <Title>Compile Bench</Title> <AppVersion>0.6</AppVersion> <Description>Compilebench tries to age a filesystem by simulating some of the disk IO common in creating, compiling, patching, stating and reading kernel trees. It indirectly measures how well filesystems can maintain directory locality as the disk fills up and directories age. This current test is setup to use the makej mode with 10 initial directories</Description> <ResultScale>MB/s</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux, Solaris, MacOSX, BSD</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Disk</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>python</ExternalDependencies> <EnvironmentSize>100</EnvironmentSize> <ProjectURL>http://oss.oracle.com/~mason/compilebench/</ProjectURL> <InternalTags>Python</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>-D t -i 10 --makej</Arguments> <AllowCacheShare>TRUE</AllowCacheShare> </Default> <Option> <DisplayName>Test</DisplayName> <Identifier>run-test</Identifier> <Menu> <Entry> <Name>Initial Create</Name> <Value>INITIAL_CREATE</Value> </Entry> <Entry> <Name>Compile</Name> <Value>COMPILE</Value> </Entry> <Entry> <Name>Read Compiled Tree</Name> <Value>READ_COMPILED_TREE</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>