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.2.0
pts/octanebench-1.2.0
- 22 December 2018 -
Update against upstream OctaneBench 4.00.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.6.0m0--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://render.otoy.com/downloads/a/691/8173705a-e2af-4e54-81b1-4bc89242e2d0/OctaneBench_4_00b_linux.zip</URL> <FileName>OctaneBench_4_00b_linux.zip</FileName> <FileSize>121126338</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>http://render.otoy.com/downloads/a/691/5d75ac70-301f-4685-a051-6a6cef7337b6/OctaneBench_4_00b_win.zip</URL> <FileName>OctaneBench_4_00b_win.zip</FileName> <FileSize>103292398</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o OctaneBench_4_00b_linux.zip echo "#!/bin/bash cd OctaneBench_4_00b_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_4_00b_win.zip echo "#!/bin/sh cd OctaneBench_4_00b_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.6.0m0--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>#_RESULT_#</OutputTemplate> <LineBeforeHint>Total score</LineBeforeHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.6.0m0--> <PhoronixTestSuite> <TestInformation> <Title>OctaneBench</Title> <AppVersion>4.00</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.2.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>