Table of Contents

This page offers information on how to use V-Ray Benchmark. 


GUI Application


To launch the GUI and begin benchmarking your system's performance, simply run the application. There is no need to install it, it can run from anywhere, including USB keys and network locations.

For best results, close any extraneous running apps from your system (such as web browsers, 3d applications like 3ds Max or Maya, etc) and restart to give the benchmark full use of your system resources (CPU usage, RAM, etc.) before running. If you are using a laptop, it is recommended to switch on your power adapter for maximum performance.


EULA



You will be presented with an End User License Agreement window, where you should acquaint yourself with the License Agreement in order to proceed.  

The License Agreement will always appear the first time you run Benchmark. Once you agree, it will not re-appear upon next launch.

If you want to automate your agreement using command line, use the following commands:

For Windows

echo y | vray-benchmark-6.00.00-cli.exe -m vray

For Linux

yes | ./vray-benchmark-6.00.00 -m vray


 



You are presented with two options: V-Ray (utilizing the CPU), V-Ray GPU (utilizing your RTX or CUDA devices). Note that V-Ray, and V-Ray GPU are different render engines in V-Ray Benchmark.


Under V-Ray GPU you have the freedom to choose which devices to benchmark - CUDA or RTX. Your CPU is also considered a CUDA device and can be tested in a hybrid mode. 





Test duration

Each of the tests runs calculations for exactly 1 minute by default, but the duration can be changed. The Change option opens a popup window that prompts you to select a time frame in which the test is looped.




Command-line Usage


V-Ray Benchmark can also be used with a command-line interface, making it suitable for benchmarking machines that have no monitors connected, such as render farms. Navigate to the location of the OS-specific application using a system console (or terminal), and execute the benchmark application.

V-Ray Benchmark tests the performance of the machine where it is started. Testing render farms would require running V-Ray Benchmark on each farm machine to get the performance result of your farm.

V-Ray Benchmark for Windows comes with two separate executables - one for GUI usage, and another one for command-line usage.

The Linux and macOS versions has one single executable for both GUI and command-line usage.

Linux: Executing V-Ray Benchmark without a flag will force its GUI to appear. If you wish to run a benchmark without the GUI, you have to specify the rendering mode explicitly in your command-line tool.


The table below contains a list of all available options for using V-Ray Benchmark:

OptionOption aliasFunctionExamples
--dump-dLogs debug outputvray-benchmark-6.00.00-cli.exe --mode vray --dump
--list-devices-lLists the available devices for the picked modevray-benchmark-6.00.00-cli.exe --mode vray-gpu-cuda --list-devices
--with-devices DEVICES-w DEVICESPicks devices for rendering. DEVICES is a comma-separated list of device indicesvray-benchmark-6.00.00-cli.exe --mode vray-gpu-cuda --with-devices 0,1
--mode MODE
-m MODE
Picks a mode for rendering. MODE can be: vray, vray-gpu-cuda, vray-gpu-rtx.
vray-benchmark-6.00.00-cli.exe --mode vray-gpu-rtx
--output FILE-o FILE
Outputs the benchmark information to a .json file. FILE is an absolute path.
vray-benchmark-6.00.00-cli.exe --mode vray --output D:\CUDA_cards.json
--version-v
Provides information about the current version of V-Ray Benchmark.
vray-benchmark-6.00.00-cli.exe --version
--help-h
Displays a help message with the available command-line flags.
vray-benchmark-6.00.00-cli.exe --help

The command flags in the Option alias column in the table are shortened aliases of the commands in the Option column. You can use either of the aliases. Mixed usage is also possible, for example: vraybench_6.00.00-cli.exe -l --mode vray


To run V-Ray Benchmark through the command-line interface, just pick a rendering mode or run the file (in which case the all mode will automatically be chosen).

You will then be prompted to accept the End-User License Agreement, after which the benchmark will begin. Keep in mind that multiple flags can be used simultaneously.



Command-line Examples




Windows:


vray-benchmark-6.00.00-cli.exe --mode vray-gpu-cuda



Linux: 


$ ./vray-benchmark-6.00.00 --mode vray


Notes



  • If you experience trouble launching V-Ray Benchmark under Windows (GUI or CLI), it might be due to invalid performance counters. They can be reloaded by running the cmd as administrator and executing the following commands:

    lodctr /r 
    %windir%\SysWOW64\lodctr /r