--lib Benchmark only this package's library
--bin NAME Benchmark only the specified binary
--example NAME Benchmark only the specified example
- --test NAME Benchmark only the specified test
- --bench NAME Benchmark only the specified bench
+ --test NAME Benchmark only the specified test target
+ --bench NAME Benchmark only the specified bench target
--no-run Compile, but don't run benchmarks
-p SPEC, --package SPEC Package to run benchmarks for
-j N, --jobs N The number of jobs to run in parallel
--lib Build only this package's library
--bin NAME Build only the specified binary
--example NAME Build only the specified example
- --test NAME Build only the specified test
- --bench NAME Build only the specified benchmark
+ --test NAME Build only the specified test target
+ --bench NAME Build only the specified benchmark target
--release Build artifacts in release mode, with optimizations
--features FEATURES Space-separated list of features to also build
--no-default-features Do not build the `default` feature
--lib Build only this package's library
--bin NAME Build only the specified binary
--example NAME Build only the specified example
- --test NAME Build only the specified test
- --bench NAME Build only the specified benchmark
+ --test NAME Build only the specified test target
+ --bench NAME Build only the specified benchmark target
--release Build artifacts in release mode, with optimizations
--features FEATURES Features to compile for the package
--no-default-features Do not compile default features for the package
--lib Test only this package's library
--bin NAME Test only the specified binary
--example NAME Test only the specified example
- --test NAME Test only the specified integration test
- --bench NAME Test only the specified benchmark
+ --test NAME Test only the specified integration test target
+ --bench NAME Test only the specified benchmark target
--no-run Compile, but don't run tests
-p SPEC, --package SPEC Package to run tests for
-j N, --jobs N The number of jobs to run in parallel