Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
typeinfo

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:

cuda--cuda .
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 --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 --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
typetip

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
Column
width5%


Column
width50%
Code Block
languagec#
vray-benchmark-6.00.00-cli.exe --mode vray-gpu-cuda
Column
width45%



Linux: 

Section
Column
width5%


Column
width50%
Code Block
languagec#
$ ./vray-benchmark-6.00.00 --mode vray
Column
width45%


...