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
SPECjbb 2015 1.1.0
pts/spec-jbb2015-1.1.0
- 20 October 2022 -
Tuning update.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <Downloads> <Package> <FileName>SPECjbb2015-1.02.iso</FileName> <FileSize>25419776</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/bash 7z x -y SPECjbb2015-1.02.iso -oSPECjbb2015 chmod +x SPECjbb2015/run_composite.sh echo "#!/bin/bash cd SPECjbb2015 rm -f *-*-*/result/specjbb2015-C-*/report-*/specjbb2015-C-*.raw export SPEC_OPTS=\"-Dspecjbb.group.count=3\" HEAP_SIZE=\`echo \"\$SYS_MEMORY * 0.85 / 1024\" | bc\` XMN_OFFSET=10 if [ \"\$HEAP_SIZE\" -gt 64 ]; then XMN_OFFSET=20 fi XMN_SIZE=\`echo \"\$HEAP_SIZE - \$XMN_OFFSET\" | bc\` export JAVA_OPTS=\"-Xms\${HEAP_SIZE}g -Xmx\${HEAP_SIZE}g -Xmn\${XMN_SIZE}g -server -XX:+UseParallelGC \$JAVA_OPTS\" echo \"SPEC_OPTS = \$SPEC_OPTS\" > \$LOG_FILE echo \"JAVA_OPTS = \$JAVA_OPTS\" >> \$LOG_FILE ./run_composite.sh echo \$? > ~/test-exit-status cat *-*-*/result/specjbb2015-C-*/report-*/specjbb2015-C-*.raw >> \$LOG_FILE " > spec-jbb2015 chmod +x spec-jbb2015
install_windows.sh
#!/bin/bash 7z x -y SPECjbb2015-1.02.iso -oSPECjbb2015 cd SPECjbb2015 chmod +x run_composite.bat cd ~ echo "#!/bin/bash cd SPECjbb2015 rm -f *-*-*/result/specjbb2015-C-*/report-*/specjbb2015-C-*.raw export SPEC_OPTS=\"-Dspecjbb.group.count=3\" HEAP_SIZE=\`echo \"\$SYS_MEMORY * 0.85 / 1024\" | bc\` XMN_OFFSET=10 if [ \"\$HEAP_SIZE\" -gt 64 ]; then XMN_OFFSET=20 fi XMN_SIZE=\`echo \"\$HEAP_SIZE - \$XMN_OFFSET\" | bc\` export JAVA_OPTS=\"-Xms\${HEAP_SIZE}g -Xmx\${HEAP_SIZE}g -Xmn\${XMN_SIZE}g -server -XX:+UseParallelGC \$JAVA_OPTS\" echo \"SPEC_OPTS = \$SPEC_OPTS\" > \$LOG_FILE echo \"JAVA_OPTS = \$JAVA_OPTS\" >> \$LOG_FILE ./run_composite.sh echo \$? > ~/test-exit-status cat *-*-*/result/specjbb2015-C-*/report-*/specjbb2015-C-*.raw >> \$LOG_FILE " > spec-jbb2015 chmod +x spec-jbb2015
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>jbb2015.result.metric.max-jOPS = #_RESULT_#</OutputTemplate> <LineHint>jbb2015.result.metric.max-jOPS</LineHint> <ArgumentsDescription>SPECjbb2015-Composite max-jOPS Estimated</ArgumentsDescription> </ResultsParser> <ResultsParser> <OutputTemplate>jbb2015.result.metric.critical-jOPS = #_RESULT_#</OutputTemplate> <LineHint>jbb2015.result.metric.critical-jOPS</LineHint> <ArgumentsDescription>SPECjbb2015-Composite critical-jOPS Estimated</ArgumentsDescription> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <TestInformation> <Title>SPECjbb 2015</Title> <Description>This is a benchmark of SPECjbb 2015 for the estimated jOPS. For this test profile to work, you must have a valid license/copy of the SPECjbb 2015 ISO (SPECjbb2015-1.02.iso) in your Phoronix Test Suite download cache.</Description> <ResultScale>jOPS</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>1</TimesToRun> <PreInstallMessage>This test will only work if you have a legitimate copy of SPECjbb 2015 for your organization. Contact SPEC for purchasing the SPEC software.</PreInstallMessage> </TestInformation> <TestProfile> <Version>1.1.0</Version> <SupportedPlatforms>Linux, Windows</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>System</TestType> <License>Retail</License> <Status>Verified</Status> <ExternalDependencies>java, p7zip, bc</ExternalDependencies> <EnvironmentSize>34</EnvironmentSize> <ProjectURL>https://www.spec.org/jbb2015/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>