Skip to content

Commit

Permalink
Merge pull request #4102 from tottoto/update-to-criterion-0.5
Browse files Browse the repository at this point in the history
Update to criterion 0.5
  • Loading branch information
syrusakbary authored Jul 25, 2023
2 parents 482b788 + e983842 commit d344df2
Show file tree
Hide file tree
Showing 4 changed files with 194 additions and 236 deletions.
135 changes: 49 additions & 86 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ rustc_version = "0.4"
[dev-dependencies]
wasmer = { version = "=4.1.0", path = "lib/api", default-features = false, features = [] }
anyhow = "1.0"
criterion = "0.3"
criterion = { version = "0.5", default-features = false }
lazy_static = "1.4"
serial_test = "0.5"
compiler-test-derive = { path = "tests/lib/compiler-test-derive" }
Expand Down Expand Up @@ -292,4 +292,3 @@ required-features = ["backend"]
name = "features"
path = "examples/features.rs"
required-features = ["cranelift"]

2 changes: 1 addition & 1 deletion lib/cache/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ thiserror = "1"
blake3 = "1.0"

[dev-dependencies]
criterion = "0.3"
criterion = { version = "0.5", default-features = false }
tempfile = "3.6.0"
rand = "0.8.3"
wasmer = { path = "../api", version = "=4.1.0", default-features = false, features = ["sys", "cranelift"] }
Expand Down
Loading

0 comments on commit d344df2

Please sign in to comment.