Add first iteration on faster rewards processing.

This commit is contained in:
Paul Hauner
2019-03-14 11:53:50 +11:00
parent 243ef2db80
commit 6f919e6f7d
4 changed files with 265 additions and 102 deletions

View File

@@ -18,8 +18,8 @@ pub fn state_processing(c: &mut Criterion) {
Builder::from_env(Env::default().default_filter_or(LOG_LEVEL)).init();
}
bench_block_processing::bench_block_processing_n_validators(c, VALIDATOR_COUNT);
bench_epoch_processing::bench_epoch_processing_n_validators(c, VALIDATOR_COUNT);
bench_block_processing::bench_block_processing_n_validators(c, VALIDATOR_COUNT);
}
criterion_group!(benches, state_processing);