Add BeaconChain benchmarking

This commit is contained in:
Paul Hauner
2019-01-27 15:45:29 +11:00
parent 8e9a139560
commit 2bda7e3d14
3 changed files with 80 additions and 7 deletions

View File

@@ -4,6 +4,13 @@ version = "0.1.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = "2018"
[[bench]]
name = "state_transition"
harness = false
[dev-dependencies]
criterion = "0.2"
[dependencies]
beacon_chain = { path = "../../beacon_chain" }
block_producer = { path = "../../../eth2/block_producer" }