Add ssz benches to state processing

This commit is contained in:
Paul Hauner
2019-09-08 13:42:38 -04:00
parent 834c36d602
commit 6311b13169
2 changed files with 28 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ serde = "1.0"
serde_derive = "1.0"
lazy_static = "0.1"
serde_yaml = "0.8"
eth2_ssz = { path = "../utils/ssz" }
beacon_chain = { path = "../../beacon_node/beacon_chain" }
store = { path = "../../beacon_node/store" }
lmd_ghost = { path = "../lmd_ghost" }