Skip to content

Commit

Permalink
Use cargo-criterion for benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpratt committed Aug 21, 2021
1 parent 6117ab7 commit a839969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ time-macros = { version = "=0.2.1", path = "time-macros", optional = true }
libc = "0.2.98"

[dev-dependencies]
criterion = { version = "0.3.5", features = ["html_reports"] }
criterion = "0.3.5"
criterion-cycles-per-byte = "0.1.2"
rand = { version = "0.8.4", default-features = false }
serde = { version = "1.0.126", default-features = false }
Expand Down

0 comments on commit a839969

Please sign in to comment.