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.3.0
pts/v-ray-1.3.0
- 06 February 2021 -
Update against V-Ray 5 Benchmark upstream release.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.1--> <PhoronixTestSuite> <Downloads> <Package> <MD5>a883650ab007ab7cd524ae1a80fb1c84</MD5> <SHA256>6d7024041da30c97a8d294df7b7fa6c17bc203dcdea34eafc5f144363ad59ccd</SHA256> <FileName>vray-benchmark-5.00.01</FileName> <FileSize>810944424</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <MD5>85c36c44678f99dadf6bcdf3ec46e8b4</MD5> <SHA256>c1277c5656d5d7e3fb790245813c87fbc5552092fb8f263de5716b5c43113643</SHA256> <FileName>vray-benchmark-5.00.01-cli.exe</FileName> <FileSize>738949848</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> <Package> <MD5>03ad56844b438870e287ef606a5eb692</MD5> <SHA256>8ee1b80e394482fdb8be8d2fa8c661d22ccc6285058d4b8cff0c3a85702901c6</SHA256> <FileName>vray-benchmark-5.00.01.dmg</FileName> <FileSize>786091371</FileSize> <PlatformSpecific>MacOSX</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh chmod +x vray-benchmark-5.00.01 echo "#!/bin/sh echo y | ./vray-benchmark-5.00.01 \$@ > \$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.00.01/\" ] && hdid vray-benchmark-5.00.01.dmg cd /Volumes/V-Ray\ Benchmark\ 5.00.01/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.00.01-cli.exe echo "#!/bin/sh echo y | ./vray-benchmark-5.00.01-cli.exe \$@ > \$LOG_FILE" > v-ray chmod +x v-ray
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.1--> <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.2.1--> <PhoronixTestSuite> <TestInformation> <Title>Chaos Group V-RAY</Title> <AppVersion>5</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.3.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>