solana-with-rpc-optimizations/bench-tps
Greg Cusack fe571bbab3
Plumb `CommitmentConfig` through `bench-tps` client types (#35282)
* use --commitment-config <commitment-level> for setting blockhash commitment level for sending transactions with rpc-client

* clarify default

* leave get_balance_with_commitment at processed()

* rm unused variable

* refactor commitment_config flag read in

* update cli and change send_batch's get_latest_blockhash() to get_latest_blockhash_with_client_commitment() and use client's internal commitment level

* change fix some nits based on PR comments

* rm unused import
2024-02-23 11:50:41 -08:00
..
src Plumb `CommitmentConfig` through `bench-tps` client types (#35282) 2024-02-23 11:50:41 -08:00
tests Increase loaded accounts data size when padding program is used (#33219) 2023-09-13 11:20:40 +02:00
.gitignore tmp dirs target to farf (#5079) 2019-07-12 18:28:42 -07:00
Cargo.toml Use BankForks on tests - Part 3 (#34248) 2023-12-01 13:47:22 -03:00