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.2.0
pts/v-ray-1.2.0
- 01 February 2020 -
Update against upstream V-Ray Next 4.10.07.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.4.0m1--> <PhoronixTestSuite> <Downloads> <Package> <MD5>5d29df082f3a5a96b432eb09a3d6dec0</MD5> <SHA256>0db3d333ba22746a30312b2ac08010f05cffa229557066616de435f88fa6ed28</SHA256> <FileName>vray-benchmark-4.10.07</FileName> <FileSize>340684169</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <MD5>752614106a5d449a7023d72f8dc603a6</MD5> <SHA256>75c3d14d622dca6447f0f2fd02be3af8d2fa7ca8d9e28bf959cea89986096c14</SHA256> <FileName>vray-benchmark-4.10.07-cli.exe</FileName> <FileSize>274501608</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh chmod +x vray-benchmark-4.10.07 echo "#!/bin/sh ./vray-benchmark-4.10.07 \$@ > \$LOG_FILE echo \$? > ~/test-exit-status" > v-ray chmod +x v-ray
install_windows.sh
#!/bin/sh echo "#!/bin/sh ./vray-benchmark-4.10.07-cli.exe \$@ > \$LOG_FILE" > v-ray chmod +x v-ray
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.4.0m1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Rendered 100% 00:00V-Ray score: #_RESULT_# ksamples</OutputTemplate> <LineHint>V-Ray score</LineHint> <ResultAfterString>score:</ResultAfterString> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.4.0m1--> <PhoronixTestSuite> <TestInformation> <Title>Chaos Group V-RAY</Title> <AppVersion>4.10.07</AppVersion> <Description>This is a test of Chaos Group's V-RAY benchmark.</Description> <ResultScale>Ksamples</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> <PreInstallMessage>You must manually download the V-RAY CLI benchmark program from https://www.chaosgroup.com/vray/benchmark and place it in your Phoronix Test Suite download cache.</PreInstallMessage> </TestInformation> <TestProfile> <Version>1.2.0</Version> <SupportedPlatforms>Linux, Windows</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>System</TestType> <License>Non-Free</License> <Status>Verified</Status> <SupportedArchitectures>x86_64</SupportedArchitectures> <EnvironmentSize>340</EnvironmentSize> <ProjectURL>https://www.chaosgroup.com/vray/benchmark</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>--q </Arguments> <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>CUDA GPU</Name> <Value>vray-gpu</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>