add epoch_schedule and rent_collector to hash calc (#23857)

This commit is contained in:
Jeff Washington (jwash)
2022-03-24 09:39:22 -05:00
committed by GitHub
parent db5d68f01f
commit f1a411c897
5 changed files with 49 additions and 11 deletions

View File

@ -114,7 +114,9 @@ fn test_accounts_hash_bank_hash(bencher: &mut Bencher) {
0,
&ancestors,
total_lamports,
test_hash_calculation
test_hash_calculation,
None,
None,
))
});
}