solana/bench-tps/src
kirill lykov 069ebb8081
Node identity for bench (#29929)
* add beind_address and client_node_id to bench cli

* use provided node_id and bind_address in connection cache

* add two cli args client_node_stake and client_node_total_stake

* update connection cache construction after upstream update

* use ConnectionCache without Arc to use BackendConnectionCache

* remove comments

* Extend client_node_od cli arg help message

* address PR comments

* simplified staked_nodes creation

* remove delinquent nodes when computing total stake at bench-tps
2023-02-18 09:52:48 +01:00
..
bench_tps_client removes dynamic cast and dynamic dispatch from connection-cache (#30128) 2023-02-09 00:50:44 +00:00
bench.rs Add conflict groups to bench-tps (#29513) 2023-01-19 11:58:43 -08:00
bench_tps_client.rs
cli.rs Node identity for bench (#29929) 2023-02-18 09:52:48 +01:00
keypairs.rs patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
lib.rs
main.rs Node identity for bench (#29929) 2023-02-18 09:52:48 +01:00
perf_utils.rs
send_batch.rs
spl_convert.rs