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
Chaos Group V-RAY 1.0.2
pts/v-ray-1.0.2
- 17 August 2018 -
Very easy Windows support here too.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.2.0m1--> <PhoronixTestSuite> <Downloads> <Package> <URL>vraybench_1.0.8_lin_x64</URL> <MD5>1d57e0607fa2a15419d8c12e5e08a535</MD5> <SHA256>a0620facba83099cacf6f8cde95188ba5b0792667be476baf001f0b9ffb7dadc</SHA256> <FileName>vraybench_1.0.8_lin_x64</FileName> <FileSize>170560473</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>vraybench_1.0.8_win_x64-cli.exe</URL> <MD5>4507908330cb9ab43809abf1935ae967</MD5> <SHA256>dfb54d8bf5261bf63c6767c51bcf0869d6818213968786b9b591ad4aff6996c2</SHA256> <FileName>vraybench_1.0.8_win_x64-cli.exe</FileName> <FileSize>142290896</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh chmod +x vraybench_1.0.8_lin_x64 echo "#!/bin/sh ./vraybench_1.0.8_lin_x64 \$@ > \$LOG_FILE echo \$? > ~/test-exit-status" > v-ray chmod +x v-ray
install_windows.sh
#!/bin/sh echo "#!/bin/sh ./vraybench_1.0.8_win_x64-cli.exe \$@ > \$LOG_FILE" > v-ray chmod +x v-ray
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.2.0m2--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.2.0m2--> <PhoronixTestSuite> <TestInformation> <Title>Chaos Group V-RAY</Title> <AppVersion>1.1.0</AppVersion> <Description>This is a test of Chaos Group's V-RAY benchmark.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <TimesToRun>3</TimesToRun> <PreInstallMessage>You must manually download the V-RAY CLI benchmark program from https://download.chaosgroup.com/downloads/5890/vraybenchmark-standalone-108-free# and place it in your Phoronix Test Suite download cache.</PreInstallMessage> </TestInformation> <TestProfile> <Version>1.0.2</Version> <SupportedPlatforms>Linux, Windows</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>System</TestType> <License>Non-Free</License> <Status>Verified</Status> <SupportedArchitectures>x86_64</SupportedArchitectures> <EnvironmentSize>170</EnvironmentSize> <ProjectURL>https://www.chaosgroup.com/vray/benchmark</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>--q </Arguments> <MinimumLength>8</MinimumLength> </Default> <Option> <DisplayName>Mode</DisplayName> <Identifier>mode</Identifier> <ArgumentPrefix>-m </ArgumentPrefix> <Menu> <Entry> <Name>CPU</Name> <Value>cpu</Value> </Entry> <Entry> <Name>CUDA GPU</Name> <Value>gpu</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>