Skip to content

Commit

Permalink
Auto merge of #12338 - ehuss:update-criterion, r=weihanglo
Browse files Browse the repository at this point in the history
Update criterion

This updates the criterion dependency to the latest version. There aren't huge changes since 0.3.6, but there are some small changes such as slightly different console output, new flags, etc. The full changelog is at: https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md
  • Loading branch information
bors committed Jul 10, 2023
2 parents c40a69d + 119fede commit 0e5f3b6
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 58 deletions.
96 changes: 39 additions & 57 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cargo_metadata = "0.14.0"
clap = "4.2.0"
core-foundation = { version = "0.9.0", features = ["mac_os_10_7_support"] }
crates-io = { version = "0.36.1", path = "crates/crates-io" }
criterion = { version = "0.3.5", features = ["html_reports"] }
criterion = { version = "0.5.1", features = ["html_reports"] }
curl = "0.4.44"
curl-sys = "0.4.63"
env_logger = "0.10.0"
Expand Down

0 comments on commit 0e5f3b6

Please sign in to comment.