Add benchmarks for fisher_yates_shuffle

This commit is contained in:
Paul Hauner
2019-02-26 19:31:10 +13:00
parent 0fe3a81c9e
commit a8ebc0e19c
2 changed files with 62 additions and 2 deletions

View File

@@ -4,8 +4,13 @@ version = "0.1.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = "2018"
[dependencies]
hashing = { path = "../hashing" }
[[bench]]
name = "benches"
harness = false
[dev-dependencies]
criterion = "0.2"
yaml-rust = "0.4.2"
[dependencies]
hashing = { path = "../hashing" }