Add tests and benches for epoch processing

This commit is contained in:
Paul Hauner
2019-02-26 16:27:42 +13:00
parent 53663e54b5
commit 906131f882
4 changed files with 60 additions and 8 deletions

View File

@@ -4,6 +4,15 @@ version = "0.1.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = "2018"
[[bench]]
name = "benches"
harness = false
[dev-dependencies]
criterion = "0.2"
test_harness = { path = "../../beacon_node/beacon_chain/test_harness" }
env_logger = "0.6.0"
[dependencies]
hashing = { path = "../utils/hashing" }
int_to_bytes = { path = "../utils/int_to_bytes" }