Skip to content
This repository was archived by the owner on Jun 24, 2023. It is now read-only.

Commit 325e0af

Browse files
Update Rust crate criterion to 0.4.0
1 parent e32183a commit 325e0af

3 files changed

Lines changed: 42 additions & 115 deletions

File tree

Cargo.lock

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

lexer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ strum_macros = "0.24.3"
1919
test-external-scripts = []
2020

2121
[dev-dependencies]
22-
criterion = "0.3.6"
22+
criterion = "0.4.0"
2323

2424
[[bench]]
2525
name = "lexer_benchmark"

parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ path = "../lexer"
1919
path = "../diagnostics"
2020

2121
[dev-dependencies]
22-
criterion = "0.3.6"
22+
criterion = "0.4.0"
2323
dhat = "0.3.2"
2424

2525
[[bench]]

0 commit comments

Comments
 (0)