Move hashing benches to Criterion. (#2487)

This commit is contained in:
Kian Peymani
2019-05-06 15:41:39 +02:00
committed by thiolliere
parent adba89913e
commit 9f61b95ecd
3 changed files with 49 additions and 26 deletions
+8
View File
@@ -33,6 +33,14 @@ substrate-serializer = { path = "../serializer" }
pretty_assertions = "0.6"
hex-literal = "0.2"
rand = "0.6"
criterion = "0.2"
[[bench]]
name = "benches"
harness = false
[lib]
bench = false
[features]
default = ["std"]