Add benches, examples to fork_choice

This commit is contained in:
Paul Hauner
2019-06-03 17:26:40 +10:00
parent 8acffcc0db
commit c25ede42eb
6 changed files with 218 additions and 4 deletions

View File

@@ -20,6 +20,7 @@ pub mod bitwise_lmd_ghost;
pub mod longest_chain;
pub mod optimized_lmd_ghost;
pub mod slow_lmd_ghost;
pub mod test_utils;
use std::sync::Arc;
use store::Error as DBError;