pub(crate) const HELP: &str = "\
Usage: wgpu-benchmark [OPTIONS] [BENCHMARK_NAME]
Modes:
--bench Run in benchmark mode, comparing against previous results.
--list List available benchmarks.
<no flag> Run in test mode, executing each benchmark exactly once.
Test Matching:
--exact When specifying BENCHMARK_NAME, only run exact matches.
BENCHMARK_NAME Only run benchmarks whose names contain this substring.
Comparison:
-b, --baseline NAME Specify a baseline file for comparison.
-s, --save-baseline NAME Save the results as a baseline file.
Timings:
--iters N Override number of iterations per benchmark.
--time SECONDS Override time per benchmark in seconds.
Other:
--color Set colored output (always,always-ansi,auto,never).
--format terse Specify --list output format (only 'terse' is supported).
--no-capture (Ignored)
";