chore: bump criterion

This commit is contained in:
Alain Zscheile 2022-11-10 22:50:27 +01:00
parent ce4b7c1ba9
commit 87fd707b98
2 changed files with 14 additions and 2 deletions

3
.gitignore vendored
View File

@ -1,2 +1,5 @@
/target
Cargo.lock
flamegraph.svg
perf.data
perf.data.old

View File

@ -23,15 +23,24 @@ __test = []
[dependencies]
crossbeam-utils = { version = "0.8.12", default-features = false }
parking = { version = "2.0.0", optional = true }
parking = { version = "2.0", optional = true }
[dev-dependencies]
criterion = "0.3.4"
waker-fn = "1"
[dev-dependencies.criterion]
version = "0.4"
default-features = false
features = ["cargo_bench_support"]
[[bench]]
name = "bench"
harness = false
[lib]
bench = false
[profile.release]
codegen-units = 1
debug = 1
lto = "thin"