Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
x265
FFmpeg
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
oneDNN
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
DaCapo Benchmark 1.0.1
pts/dacapobench-1.0.1
- 23 May 2020 -
Update download mirrors.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.6.0--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://sources.buildroot.net/dacapo/dacapo-9.12-MR1-bach.jar, http://versaweb.dl.sourceforge.net/d/da/dacapobench/9.12-bach-MR1/dacapo-9.12-MR1-bach.jar, http://gigenet.dl.sourceforge.net/d/da/dacapobench/9.12-bach-MR1/dacapo-9.12-MR1-bach.jar</URL> <MD5>81a1e72daab989db1814fe7f765f8cee</MD5> <SHA256>be3db084adcb2867760e1197b3ccf541c3213d918daa19386d8e236648d24be8</SHA256> <FileName>dacapo-9.12-MR1-bach.jar</FileName> <FileSize>198610940</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh echo "#!/bin/sh java -jar dacapo-9.12-MR1-bach.jar -t \$NUM_CPU_CORES --window 10 \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > dacapobench chmod +x dacapobench
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.6.0--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>===== DaCapo 9.12-MR1 tradebeans PASSED in #_RESULT_# msec =====</OutputTemplate> <LineHint>PASSED in </LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.6.0--> <PhoronixTestSuite> <TestInformation> <Title>DaCapo Benchmark</Title> <AppVersion>9.12-MR1</AppVersion> <Description>This test runs the DaCapo Benchmarks written in Java and intended to test system/CPU performance.</Description> <ResultScale>msec</ResultScale> <Proportion>LIB</Proportion> <TimesToRun>4</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.1</Version> <SupportedPlatforms>Linux, Solaris, BSD, MacOSX, Windows</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>java</ExternalDependencies> <EnvironmentSize>120</EnvironmentSize> <ProjectURL>http://www.dacapobench.org/</ProjectURL> <InternalTags>Java</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Java Test</DisplayName> <Identifier>test</Identifier> <Menu> <Entry> <Name>Eclipse</Name> <Value>eclipse</Value> </Entry> <Entry> <Name>H2</Name> <Value>h2</Value> </Entry> <Entry> <Name>Jython</Name> <Value>jython</Value> </Entry> <Entry> <Name>Tradebeans</Name> <Value>tradebeans</Value> </Entry> <Entry> <Name>Tradesoap</Name> <Value>tradesoap</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>