cargo bench <BENCHNAME> <args...>

Execute all benchmarks of a local package

Arguments

NameDescription
BENCHNAME
args

Options

NameDescription
--bin <bin...>
  • Repeatable ♾
--example <example...>
  • Repeatable ♾
--test <test...>
  • Repeatable ♾
--bench <bench...>
  • Repeatable ♾
-p, --package <package...>
  • Repeatable ♾
--exclude <exclude>
  • Repeatable ♾
-j, --jobs <jobs>Number of parallel jobs, defaults to # of CPUs
--profile <profile>Build artifacts with the specified profile
--features <features...>
  • Repeatable ♾
--target <target>
  • Repeatable ♾
--target-dir <target-dir>Directory for all generated artifacts
--manifest-path <manifest-path>Path to Cargo.toml
--message-format <message-format>
  • Repeatable ♾
--color <color>Coloring: auto, always, never
--config <config>
  • Repeatable ♾
-Z <unstable-features>
  • Repeatable ♾
-q, --quietDo not print cargo log messages
--libBenchmark only this package's library
--binsBenchmark all binaries
--examplesBenchmark all examples
--testsBenchmark all tests
--benchesBenchmark all benches
--all-targetsBenchmark all targets
--no-runCompile, but don't run benchmarks
--workspaceBenchmark all packages in the workspace
--allAlias for --workspace (deprecated)
--all-featuresActivate all available features
--no-default-featuresDo not activate the `default` feature
--ignore-rust-versionIgnore `rust-version` specification in packages
--no-fail-fastRun all benchmarks regardless of failure
--unit-graphOutput build graph in JSON (unstable)
-h, --helpPrint help information
-v, --verbose
  • Repeatable ♾
--frozenRequire Cargo.lock and cache are up to date
--lockedRequire Cargo.lock is up to date
--offlineRun without accessing the network
--timingsTiming output formats (unstable)