solana/benches
anatoly yakovenko 5c85e037f8
Tick entry ids as only valid last_ids (#1441)
Generate tick entry ids and only register ticks as the last_id expected by the bank.  Since the bank is MT, the in-flight pipeline of transactions cannot be close to the end of the queue or there is a high possibility that a starved thread will encode an expired last_id into the ledger.  The banking_stage therefore uses a shorter age limit for encoded last_ids then the validators.

Bench client doesn't send transactions that are older then 30 seconds.
2018-10-10 17:23:06 -07:00
..
bank.rs Tick entry ids as only valid last_ids (#1441) 2018-10-10 17:23:06 -07:00
banking_stage.rs Enable mt-bank (#1368) 2018-10-04 13:15:54 -07:00
chacha.rs Add chacha module to encrypt ledger files 2018-09-28 14:23:37 -07:00
ledger.rs Enable bench and fix upload-perf 2018-09-27 14:16:56 -07:00
signature.rs Boot criterion (#1032) 2018-08-22 08:57:07 -06:00
sigverify.rs Enable bench and fix upload-perf 2018-09-27 14:16:56 -07:00