blender-open-data/benchmark_script/USAGE.md
2019-11-29 15:16:57 +01:00

681 B

Benchmark script usage

To print the usage of the benchmark script run the following with a supported Blender version:

blender --background \
        --factory-startup \
        -noaudio \
        --debug-cycles \
        --enable-autoexec \
        --engine \
        CYCLES \
        --python \
        main.py \
        -- \
        --help

Then to benchmark the scene.blend file run something akin to:

blender --background \
        --factory-startup \
        -noaudio \
        --debug-cycles \
        --enable-autoexec \
        --engine \
        CYCLES \
        scene.blend \
        --python \
        main.py \
        -- \
        --device-type CPU