Skip to main content

Module bench

Module bench 

Source
Expand description

cargo xtask bench — run benchmarks with the bench feature enabled.

Runs cargo bench --features bench for the workspace, activating the bench feature flag that exposes internal module visibility required by the criterion benchmark targets.

Structs§

BenchArgs
Arguments for cargo xtask bench.

Functions§

run
Runs cargo bench --features bench from the workspace root.