Skip to content

Commit

Permalink
chore(bench): Update criterion to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
matheus23 committed Sep 27, 2024
1 parent 85f3e6c commit 5b38d3a
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 63 deletions.
97 changes: 35 additions & 62 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 wnfs-bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "Apache-2.0"
async-std = { version = "1.11", features = ["attributes"] }
blake3 = { version = "1.4", features = ["traits-preview"] }
chrono = { version = "0.4", default-features = false, features = ["clock", "std"] }
criterion = { version = "0.4", features = ["async_std"] }
criterion = { version = "0.5", features = ["async_std"] }
proptest = "1.1"
rand = "0.8"
wnfs = { path = "../wnfs" }
Expand Down

0 comments on commit 5b38d3a

Please sign in to comment.