solana/runtime/benches
jon-chuang 16af67d5e1
Focus bench on squash and fix log errors (#9759)
* Focus bench on squash

Squash performance does not depend on adding a small number accounts. It mainly depends on total number of accounts that need to be hashed during freeze operation. New bank means a clone of accounts db, so we don't get previous errors in log.

* Fix fmt and add slot counter
2020-05-05 08:33:41 -07:00
..
accounts.rs Focus bench on squash and fix log errors (#9759) 2020-05-05 08:33:41 -07:00
accounts_index.rs Cleanup runtime use syntax (#8002) 2020-01-28 17:03:20 -08:00
append_vec.rs Cleanup runtime use syntax (#8002) 2020-01-28 17:03:20 -08:00
bank.rs Make default programs static (#9717) 2020-04-27 21:05:12 -07:00
bloom.rs Cleanup runtime use syntax (#8002) 2020-01-28 17:03:20 -08:00
message_processor.rs Add Cross-program invocations (#9582) 2020-04-28 14:33:56 -07:00
status_cache.rs Cleanup runtime use syntax (#8002) 2020-01-28 17:03:20 -08:00
transaction_utils.rs Cleanup runtime use syntax (#8002) 2020-01-28 17:03:20 -08:00