solana/core/benches
Tao Zhu ae27fcbcda
replay stage feed back program cost (#17731)
* replay stage feeds back realtime per-program execution cost to cost model;

* program cost execution table is initialized into empty table, no longer populated with hardcoded numbers;

* changed cost unit to microsecond, using value collected from mainnet;

* add ExecuteCostTable with fixed capacity for security concern, when its limit is reached, programs with old age AND less occurrence will be pushed out to make room for new programs.
2021-06-09 17:10:59 -05:00
..
banking_stage.rs replay stage feed back program cost (#17731) 2021-06-09 17:10:59 -05:00
blockstore.rs Re-allow clippy::integer_arithmetic at crate-level 2021-02-17 13:55:08 -07:00
cluster_info.rs Move gossip modules into solana-gossip crate (#17352) 2021-05-26 09:15:46 -06:00
consensus.rs Persistent tower (#10718) 2020-09-19 14:03:54 +09:00
gen_keys.rs
retransmit_stage.rs Move gossip modules into solana-gossip crate (#17352) 2021-05-26 09:15:46 -06:00
shredder.rs removes first_coding_index from erasure recovery code (#16646) 2021-04-23 12:00:37 +00:00
sigverify_stage.rs Clippy cleanup for all targets and nighly rust (also support 1.44.0) (#10445) 2020-06-09 09:38:14 +09:00