Examples (8)
Execute all benchmarks of a package
Don't stop when a benchmark fails
cargo bench --no-fail-fastCompile, but don't run benchmarks
cargo bench --no-runBenchmark the specified benchmark
cargo bench --bench benchmarkBenchmark with the given profile (default: `bench`)
cargo bench --profile profileBenchmark all example targets
cargo bench --examplesBenchmark all binary targets
cargo bench --binsBenchmark the package's library
cargo bench --libmade by @shridhargupta | data from tldr-pages