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.0.0
pts/octanebench-1.0.0
- 06 June 2016 -
Initial commit of Octane Render OctaneBench
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.4.0--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://render.otoy.com/downloads/OctaneBench_2_17_linux.zip</URL> <MD5>32038e048c0a67da0bc53221ac7e4f22</MD5> <SHA256>c41019f6dede3705cecb706e5c77d93b6b9472112e6cb03646c6dc424c1f599b</SHA256> <FileSize>53714363</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o OctaneBench_2_17_linux.zip echo "#!/bin/bash cd OctaneBench_2_17_linux/ export HOME=\${DEBUG_REAL_HOME%/} ./octane_demo --benchmark --no-gui -g 0 -a \$LOG_FILE echo \$? > ~/test-exit-status" > octanebench chmod +x octanebench
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.4.0--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>#_RESULT_#</OutputTemplate> <LineBeforeHint>Total score</LineBeforeHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.4.0--> <PhoronixTestSuite> <TestInformation> <Title>OctaneBench</Title> <AppVersion>2.17</AppVersion> <Description>OctaneBench is a test of OctaneRender on the GPU.</Description> <ResultScale>Score</ResultScale> <Proportion>HIB</Proportion> <SubTitle>Total Score</SubTitle> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Graphics</TestType> <License>Free</License> <Status>Verified</Status> <SupportedArchitectures>x86_64</SupportedArchitectures> <EnvironmentSize>159</EnvironmentSize> <ProjectURL>https://render.otoy.com/octanebench/</ProjectURL> <InternalTags>CUDA</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>