rez-benchmark

Usage

rez benchmark [-h] [--out RESULTS_DIR] [--iterations N] [--histogram]
                     [--compare RESULTS_DIR] [-v]

description

Run a benchmarking suite for runtime resolves.

Options

--out <results_dir>

Output dir (default: “out”)

--iterations <n>

Run every resolve N times and take the average (default: 1)

--histogram

Show an ASCII histogram of resolve times (from results in --out)

--compare <results_dir>

Compare RESULTS_DIR to results specified via --out. Ie, if ‘mean_delta’ is negative, then RESULTS_DIR resolves are faster on average than those in --out dir

-v, --verbose

verbose mode, repeat for more verbosity