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§
- Bench
Args - Arguments for
cargo xtask bench.
Functions§
- run
- Runs
cargo bench --features benchfrom the workspace root.