runtime: Add bench for accounts::hash_internal_state (#5157)

* runtime: Add bench for accounts::hash_internal_state

* fixup! cargo fmt

* fixup! cargo clippy

* fixup! Use a more representitive number of accounts

* fixup! More descriptive name for accounts creation helper
This commit is contained in:
Trent Nelson
2019-07-19 10:32:29 -06:00
committed by GitHub
parent 8b69998379
commit 111d0eb89b
3 changed files with 22 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
mod accounts;
pub mod accounts;
pub mod accounts_db;
pub mod accounts_index;
pub mod append_vec;