Versions Compared

Key

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

...

OptionOption aliasFunctionExamples
--dump-dLogs debug outputvray-benchmark-5.00.00-cli.exe --mode vray --dump
--list-devices-lLists the available devices for the picked modevray-benchmark-5.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-5.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-5.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-5.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-5.00.00-cli.exe --version
--help-h
Displays a help message with the available command-line flags.
vray-benchmark-5.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_5.00.00-cli.exe -q 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).

...