Skip to content

Commit

Permalink
Update to criterion 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed Jul 25, 2023
1 parent fd43fbf commit e3c66bf
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 89 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

0 comments on commit e3c66bf

Please sign in to comment.