Removed bench deps.

This commit is contained in:
Acrimon 2020-07-04 20:53:44 +02:00
parent e2d0f9a374
commit 4781708182
No known key found for this signature in database
GPG Key ID: 79B55D369EAD2A06
1 changed files with 0 additions and 24 deletions

View File

@ -17,30 +17,6 @@ default = []
raw-api = []
no_std = ["hashbrown"]
[dev-dependencies]
criterion = "0.3.3"
rayon = "1.3.1"
chashmap = "2.2.2"
contrie = "0.1.4"
cht = "0.4.1"
fxhash = "0.2.1"
[[bench]]
name = "rwlock_std"
harness = false
[[bench]]
name = "dashmap"
harness = false
[[bench]]
name = "chashmap"
harness = false
[[bench]]
name = "contrie"
harness = false
[dependencies]
num_cpus = "1.13.0"
ahash = "0.4.0"