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.4.0
pts/v-ray-1.4.0
- 25 June 2022 -
Update against V-RAY 5.02 upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.3--> <PhoronixTestSuite> <Downloads> <Package> <MD5>bc077d7e96145810ee72380233939e71</MD5> <SHA256>4f2349f71c96ab0cb8e3b74dc2506367aa90d6a19d4030bd82fefee0c637fb94</SHA256> <FileName>vray-benchmark-5.02.00</FileName> <FileSize>825857729</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <MD5>2152a5b56c02bed30a79b6f4fdffa5ac</MD5> <SHA256>937a8060c49a002a178710c8049cf5a25ea6bd75b393fa93b0112baea284acfe</SHA256> <FileName>vray-benchmark-5.02.00-cli.exe</FileName> <FileSize>740788544</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> <Package> <MD5>e03015b9966da06124f26b6b7c1c7c46</MD5> <SHA256>838a9987efd82dbbe034207e48a9de69a5f1d2dec5baf38fe3c7619440a15021</SHA256> <FileName>vray-benchmark-5.02.00.dmg</FileName> <FileSize>537230348</FileSize> <PlatformSpecific>MacOSX</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh chmod +x vray-benchmark-5.02.00 echo "#!/bin/sh echo y | ./vray-benchmark-5.02.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\ 5.02.00/\" ] && hdid vray-benchmark-5.02.00.dmg cd /Volumes/V-Ray\ Benchmark\ 5.02.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-5.02.00-cli.exe echo "#!/bin/sh echo y | ./vray-benchmark-5.02.00-cli.exe \$@ > \$LOG_FILE" > v-ray chmod +x v-ray
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.3--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>V-Ray GPU RTX score: #_RESULT_# vrays</OutputTemplate> <LineHint>V-Ray GPU RTX score:</LineHint> <ResultScale>vrays</ResultScale> </ResultsParser> <ResultsParser> <OutputTemplate>V-Ray GPU CUDA score: #_RESULT_# vpaths</OutputTemplate> <LineHint>V-Ray GPU CUDA 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.3--> <PhoronixTestSuite> <TestInformation> <Title>Chaos Group V-RAY</Title> <AppVersion>5.02</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.chaosgroup.com/vray/benchmark and place it in your Phoronix Test Suite download cache prior to test installation/execution.</PreInstallMessage> </TestInformation> <TestProfile> <Version>1.4.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-cuda</Value> </Entry> <Entry> <Name>NVIDIA RTX GPU</Name> <Value>vray-gpu-rtx</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>