Skip to content

Commit 99a27a2

Browse files
committed
Update criterion to 0.5
1 parent 73ecbf7 commit 99a27a2

4 files changed

Lines changed: 69 additions & 65 deletions

File tree

Cargo.lock

Lines changed: 66 additions & 63 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ log = "0.4"
2121
env_logger = { version = "0.11", features = ["color"] }
2222
clap = "4"
2323
clap_complete = "4"
24+
criterion = { version = "0.5", features = ["html_reports"] }
2425
derive_builder = "0.20"
2526
serde = { version = "1", features = ["rc"] }
2627
serde_json = "1"

crates/hyperqueue/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ which = "7.0.2"
6868
[dev-dependencies]
6969
derive_builder = { workspace = true }
7070
insta = "1.15.0"
71-
criterion = { version = "0.3", features = ["html_reports"] }
71+
criterion = { workspace = true }
7272

7373
[features]
7474
default = ["jemalloc", "dashboard"]

crates/tako/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ anyhow = { workspace = true }
3838
env_logger = { workspace = true }
3939
tempfile = { workspace = true }
4040
derive_builder = { workspace = true }
41-
criterion = { version = "0.3", features = ["html_reports"] }
41+
criterion = { workspace = true }
4242

4343
[[bench]]
4444
name = "benchmark"

0 commit comments

Comments
 (0)