Skip to content

Commit e82981c

Browse files
committed
chore: move to criterion benches from nightly
1 parent e16b65c commit e82981c

5 files changed

Lines changed: 360 additions & 383 deletions

File tree

Cargo.toml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ rayon = "1.2"
7777
fnv = "1.0.7"
7878
serde_test = "1.0"
7979
bumpalo = { version = "3.13.0", features = ["allocator-api2"] }
80+
criterion = { version = "0.7", features = ["html_reports"] }
8081

8182
[target.'cfg(unix)'.dev-dependencies]
8283
libc = "0.2.155"
@@ -116,6 +117,22 @@ default-hasher = ["dep:foldhash"]
116117
# time cost.
117118
inline-more = []
118119

120+
[[bench]]
121+
name = "bench"
122+
harness = false
123+
124+
[[bench]]
125+
name = "set_ops"
126+
harness = false
127+
128+
[[bench]]
129+
name = "insert_unique_unchecked"
130+
harness = false
131+
132+
[[bench]]
133+
name = "with_capacity"
134+
harness = false
135+
119136
[package.metadata.docs.rs]
120137
features = ["nightly", "rayon", "serde", "raw-entry"]
121138
rustdoc-args = ["--generate-link-to-definition"]

0 commit comments

Comments
 (0)