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
Chaos Group V-RAY 1.5.0
pts/v-ray-1.5.0
- 01 March 2024 -
Update against V-RAY 6.0 upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://download.chaos.com/api/v1/builds/latest/download?productId=57&platformId=47&os=1</URL> <MD5>6741094cd01213274531dddb24e572a9</MD5> <SHA256>303b956e3de5d683922c4d8e70c49d98634d59e1c6ceba6af075ff21c92bca81</SHA256> <FileName>vray-benchmark-6.00.00</FileName> <FileSize>756404009</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>https://download.chaos.com/api/v1/builds/latest/download?productId=57&platformId=47&os=0&filter=cli</URL> <MD5>8d922a619880d8ca389a753c7148423c</MD5> <SHA256>53a0285b0a18fc8b8fbe305ca0fce4ab21f7e88a7aa68597d0895e8f253d2037</SHA256> <FileName>vray-benchmark-6.00.00-cli.exe</FileName> <FileSize>654222144</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> <Package> <URL>https://download.chaos.com/api/v1/builds/latest/download?productId=57&platformId=47&os=2</URL> <MD5>84bab942663703c260140742c91a315a</MD5> <SHA256>184ff0b1fda03f63c76096ab7d0ecf3931e510108f8850b917acca2980b63fa7</SHA256> <FileName>vray-benchmark-6.00.00.dmg</FileName> <FileSize>934067137</FileSize> <PlatformSpecific>MacOSX</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh chmod +x vray-benchmark-6.00.00 echo "#!/bin/sh echo y | ./vray-benchmark-6.00.00 \$@ > \$LOG_FILE echo \$? > ~/test-exit-status" > v-ray chmod +x v-ray
install_macosx.sh
#!/bin/sh echo "#!/bin/sh [ ! -d \"/Volumes/V-Ray\ Benchmark\ 6.00.00/\" ] && hdid vray-benchmark-6.00.00.dmg cd /Volumes/V-Ray\ Benchmark\ 6.00.00/V-Ray\ Benchmark.app/Contents/MacOS/ echo y | ./V-Ray\ Benchmark \$@ > \$LOG_FILE echo \$? > ~/test-exit-status" > v-ray chmod +x v-ray
install_windows.sh
#!/bin/sh chmod +x vray-benchmark-6.00.00-cli.exe echo "#!/bin/sh echo y | ./vray-benchmark-6.00.00-cli.exe \$@ > \$LOG_FILE" > v-ray chmod +x v-ray
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>V-Ray GPU score: #_RESULT_# vpaths</OutputTemplate> <LineHint>V-Ray GPU score:</LineHint> <ResultScale>vpaths</ResultScale> </ResultsParser> <ResultsParser> <OutputTemplate>V-Ray score: #_RESULT_# vsamples</OutputTemplate> <LineHint>V-Ray score:</LineHint> <ResultScale>vsamples</ResultScale> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <TestInformation> <Title>Chaos Group V-RAY</Title> <AppVersion>6.0</AppVersion> <Description>This is a test of Chaos Group's V-RAY benchmark. V-RAY is a commercial renderer that can integrate with various creator software products like SketchUp and 3ds Max. The V-RAY benchmark is standalone and supports CPU and NVIDIA CUDA/RTX based rendering.</Description> <ResultScale>Vrays</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> <PreInstallMessage>You must manually download the (free) V-RAY CLI benchmark program from https://www.chaos.com/benchmark-download and place it in your Phoronix Test Suite download cache prior to test installation/execution.</PreInstallMessage> </TestInformation> <TestProfile> <Version>1.5.0</Version> <SupportedPlatforms>Linux, Windows, MacOSX</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>System</TestType> <License>Non-Free</License> <Status>Verified</Status> <SupportedArchitectures>x86_64</SupportedArchitectures> <EnvironmentSize>810</EnvironmentSize> <ProjectURL>https://www.chaosgroup.com/vray/benchmark</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <MinimumLength>10</MinimumLength> </Default> <Option> <DisplayName>Mode</DisplayName> <Identifier>mode</Identifier> <ArgumentPrefix>-m </ArgumentPrefix> <Menu> <Entry> <Name>CPU</Name> <Value>vray</Value> </Entry> <Entry> <Name>NVIDIA CUDA GPU</Name> <Value>vray-gpu</Value> </Entry> <Entry> <Name>NVIDIA RTX GPU</Name> <Value>vray-gpu --rtx</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>