Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Flexible IO Tester
Llama.cpp
Timed Linux Kernel Compilation
Blender
Hashcat
PostgreSQL
Newest Tests
OpenVINO GenAI
Rustls
LiteRT
Recently Updated Tests
FluidX3D
QMCPACK
Liquid-DSP
Llama.cpp
srsRAN Project
NAMD CUDA
New & Recently Updated Tests
Recently Updated Suites
Machine Learning
Server Motherboard
HPC - High Performance Computing
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.1
pts/octanebench-1.2.1
- 26 September 2019 -
Update against upstream Octanebench 4.00c revision.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.0.0--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://render.otoy.com/downloads/a/787/59ea3438-034b-4081-ad21-6174e7614886/OctaneBench_4_00c_linux.zip</URL> <MD5>714ba23bc129f7734385e168afb149b0</MD5> <SHA256>5a4836243dddca516a402dc3e1bf5eea5b28ff090264434ce61fecb50ecfed78</SHA256> <FileName>OctaneBench_4_00c_linux.zip</FileName> <FileSize>120286234</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>https://render.otoy.com/downloads/a/787/7e324f5a-3598-41b2-9b07-3fbf678163af/OctaneBench_4_00c_win.zip</URL> <MD5>d1f3064a97ec563159f7ff73d53218d4</MD5> <SHA256>79db8676948fbaf404a5c980e3f5534ecf89f4a13ccc0aff744de87a53eb95f9</SHA256> <FileName>OctaneBench_4_00c_win.zip</FileName> <FileSize>104183907</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o OctaneBench_4_00c_linux.zip echo "#!/bin/bash cd OctaneBench_4_00c_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_00c_win.zip echo "#!/bin/sh cd OctaneBench_4_00c_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 v9.0.0--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>#_RESULT_#</OutputTemplate> <LineBeforeHint>Total score</LineBeforeHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.0.0--> <PhoronixTestSuite> <TestInformation> <Title>OctaneBench</Title> <AppVersion>4.00c</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.1</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>