Add tree hash benches

This commit is contained in:
Paul Hauner
2019-03-10 18:31:14 +11:00
parent f27b62d410
commit 21d75ef0bd
3 changed files with 24 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ mod epoch_processing_benches;
criterion_group!(
benches,
// epoch_processing_benches::epoch_processing_16k_validators,
epoch_processing_benches::epoch_processing_16k_validators,
block_processing_benches::block_processing_16k_validators,
);
criterion_main!(benches);