Files
tendermint/internal/mempool
JayT106andGitHub 58d8bad99a mempool: fix benchmark CheckTx for hitting the GetEvictableTxs call (#7796)
Based on the discussion in #7723, make the CheckTx benchmark exercise 
GetEvictableTxs which is one of the critical paths in CheckTx.

After profiling the test, the sorting will occupy 90% of the CPU time in CheckTx.
In the test it doesn't count the influence of the preCheck, postCheck, and 
CheckTxAsync when the mempool is full.
2022-02-11 21:43:38 -08:00
..
2021-12-13 13:35:32 -05:00
2022-02-03 15:04:59 -05:00
2022-02-03 15:04:59 -05:00
2021-12-13 13:35:32 -05:00