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
OctaneBench 1.3.0
pts/octanebench-1.3.0
- 06 October 2020 -
Update against OctaneBench 2020.1.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.0.0m3--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://render.otoy.com/downloads/a/61/2d40eddf-65a5-4c96-bc10-ab527f31dbee/OctaneBench_2020_1_5_linux.zip</URL> <MD5>c6b0c60f4be7090b76993fb09572b8d1</MD5> <SHA256>5c1c9612236a75f372e131054d30d69ed6a1206f8d73a01114c7b2161c0f185d</SHA256> <FileName>OctaneBench_2020_1_5_linux.zip</FileName> <FileSize>160884311</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>https://render.otoy.com/downloads/a/61/d26aef36-44d9-4434-b726-413ecde76ecf/OctaneBench_2020_1_5_win.zip</URL> <MD5>0075c8ff60bbdf6b1208bcfd9ff5869e</MD5> <SHA256>e647ae65980bad2f50227813ee61103b056f8247ee58728d6bb7a23230527f43</SHA256> <FileName>OctaneBench_2020_1_5_win.zip</FileName> <FileSize>143334539</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o OctaneBench_2020_1_5_linux.zip echo "#!/bin/bash cd OctaneBench_2020_1_5_linux/ export HOME=\${DEBUG_REAL_HOME%/} ./octane --benchmark -g 0 -a \$LOG_FILE echo \$? > ~/test-exit-status" > octanebench chmod +x octanebench
install_windows.sh
#!/bin/sh unzip -o OctaneBench_2020_1_5_win.zip echo "#!/bin/sh cd OctaneBench_2020_1_5_win/ ./octane-cli.exe --benchmark -g 0 -a \$LOG_FILE" > octanebench chmod +x octanebench
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.0.0m3--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>#_RESULT_#</OutputTemplate> <LineBeforeHint>Total score</LineBeforeHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.0.0m3--> <PhoronixTestSuite> <TestInformation> <Title>OctaneBench</Title> <AppVersion>2020.1</AppVersion> <Description>OctaneBench is a test of the OctaneRender on the GPU and requires the use of NVIDIA CUDA.</Description> <ResultScale>Score</ResultScale> <Proportion>HIB</Proportion> <SubTitle>Total Score</SubTitle> <TimesToRun>1</TimesToRun> </TestInformation> <TestProfile> <Version>1.3.0</Version> <SupportedPlatforms>Linux, Windows</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Graphics</TestType> <License>Non-Free</License> <Status>Verified</Status> <SupportedArchitectures>x86_64</SupportedArchitectures> <RequiresDisplay>TRUE</RequiresDisplay> <EnvironmentSize>303</EnvironmentSize> <ProjectURL>https://render.otoy.com/octanebench/</ProjectURL> <InternalTags>CUDA</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>