Page History
...
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.
...
UI Text Box | ||
---|---|---|
| ||
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 have one single executable for both GUI and command-line usage. |
...
The table below contains a list of all available options for using V-Ray Benchmark:
Option | Option alias | Function | Examples | ||
---|---|---|---|---|---|
--dump | -d | Logs debug output | vray-benchmark-6.00.00-cli.exe --mode vray --dump | ||
--list-devices | -l | Lists the available devices for the picked mode | vray-benchmark-6.00.00-cli.exe --mode vray-gpu - | cuda- | -list-devices |
--with-devices DEVICES | -w DEVICES | Picks devices for rendering. DEVICES is a comma-separated list of device indices | vray-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-benchmark-6.00.00-cli.exe --mode vray vray-benchmark-6.00.00-cli.exe --mode vray-gpu | ||
--rtx | .Renders using 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 |
UI Text Box | ||
---|---|---|
| ||
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 |
...
Section | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Linux:
Section | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...