cargo-*: update page (#11327)

This commit is contained in:
Lena
2023-10-29 09:54:53 +01:00
committed by GitHub
parent 28a74a924c
commit 158b891e0f
14 changed files with 56 additions and 150 deletions

View File

@@ -7,14 +7,14 @@
`cargo bench`
- Don't stop when a benchmark fails:
`cargo bench --no-fail-fast`
- Compile, but dont run benchmarks:
`cargo bench --no-run`
- Benchmark only the specified packages:
`cargo bench --package {{package}}`
- Benchmark the specified benchmark:
`cargo bench --bench {{benchmark}}`