Skip to content

Commit

Permalink
chore: bump criterion
Browse files Browse the repository at this point in the history
  • Loading branch information
fogti committed Nov 10, 2022
1 parent ce4b7c1 commit 87fd707
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
/target
Cargo.lock
flamegraph.svg
perf.data
perf.data.old
13 changes: 11 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 87fd707

Please sign in to comment.