Skip to content

Commit

Permalink
[[test]] -> [[bench]] in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-lyons-kehl authored and linabutler committed Dec 23, 2024
1 parent 03cf4a3 commit ae30c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/design/test-faster.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ path = "src/tests.rs"
and for a benchmark, add:

```toml
[[test]]
[[bench]]
name = "mycrate-benches"
path = "src/benches.rs"
harness = false
Expand Down

0 comments on commit ae30c40

Please sign in to comment.