Add per-epoch benchmarks, optimise function.

This commit is contained in:
Paul Hauner
2019-03-09 10:37:41 +11:00
parent ddac7540bc
commit 63743a962c
10 changed files with 670 additions and 159 deletions

View File

@@ -11,9 +11,11 @@ harness = false
[dev-dependencies]
criterion = "0.2"
env_logger = "0.6.0"
benching_utils = { path = "./benching_utils" }
[dependencies]
bls = { path = "../utils/bls" }
fnv = "1.0"
hashing = { path = "../utils/hashing" }
int_to_bytes = { path = "../utils/int_to_bytes" }
integer-sqrt = "0.1"