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
OctaneBench 1.1.1
pts/octanebench-1.1.1
- 18 March 2018 -
Updated Linux script
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0m1--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://render.otoy.com/downloads/48/13/f0/56/OctaneBench_3_06_2_linux.zip</URL> <MD5>9ecd1e02b2a7d48828f259d20337875f</MD5> <SHA256>d9f46c4df22f00868861fd68e7e719fac15ac2886ff4c63fcdc83333597a048a</SHA256> <FileSize>92925788</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>http://render.otoy.com/downloads/f6/58/1f/87/OctaneBench_3_06_2_win.zip</URL> <MD5>9ecd1e02b2a7d48828f259d20337875f</MD5> <SHA256>d9f46c4df22f00868861fd68e7e719fac15ac2886ff4c63fcdc83333597a048a</SHA256> <FileSize>92925788</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o OctaneBench_3_06_2_linux.zip echo "#!/bin/bash cd OctaneBench_3_06_2_linux/ export HOME=\${DEBUG_REAL_HOME%/} ./octane --benchmark --no-gui -g 0 -a \$LOG_FILE echo \$? > ~/test-exit-status" > octanebench chmod +x octanebench
install_windows.sh
#!/bin/sh unzip -o OctaneBench_2_17_linux.zip echo "#!/bin/sh cd OctaneBench_3_06_2_win/ ./octane-cli.exe --benchmark --no-gui -g 0 -a \$LOG_FILE" > octanebench chmod +x octanebench
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0m1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>#_RESULT_#</OutputTemplate> <LineBeforeHint>Total score</LineBeforeHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0m1--> <PhoronixTestSuite> <TestInformation> <Title>OctaneBench</Title> <AppVersion>3.06.2</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>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.1</Version> <SupportedPlatforms>Linux, Windows</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Graphics</TestType> <License>Non-Free</License> <Status>Verified</Status> <SupportedArchitectures>x86_64</SupportedArchitectures> <EnvironmentSize>255</EnvironmentSize> <ProjectURL>https://render.otoy.com/octanebench/</ProjectURL> <InternalTags>CUDA</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>