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.1.0
pts/v-ray-1.1.0
- 23 April 2019 -
Update against latest upstream
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.8.0m2--> <PhoronixTestSuite> <Downloads> <Package> <MD5>97fd626a295212b9bd2f9a0c4f603aba</MD5> <SHA256>228b0f192458dfe4ca71fa8255ed97885aea8250bdc6d87c2a9e5570317532eb</SHA256> <FileName>vray-benchmark-4.10.03</FileName> <FileSize>341133711</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <MD5>9c1fb528e682b856f2df7af07f513636</MD5> <SHA256>e2ea4a397a508eda1b1d1c6ffd444826679f877e33680261986c42b5ba5f054a</SHA256> <FileName>vray-benchmark-4.10.03-cli.exe</FileName> <FileSize>271861440</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh chmod +x vray-benchmark-4.10.03 echo "#!/bin/sh ./vray-benchmark-4.10.03 \$@ > \$LOG_FILE echo \$? > ~/test-exit-status" > v-ray chmod +x v-ray
install_windows.sh
#!/bin/sh echo "#!/bin/sh ./vray-benchmark-4.10.03-cli.exe \$@ > \$LOG_FILE" > v-ray chmod +x v-ray
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.8.0m2--> <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 v8.8.0m2--> <PhoronixTestSuite> <TestInformation> <Title>Chaos Group V-RAY</Title> <AppVersion>4.10.03</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.1.0</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>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>