solana/bench-tps/src
Lijun Wang 29b597cea5
Connection pool support in connection cache and QUIC connection reliability improvement (#25793)
* Connection pool in connection cache and handle connection errors

1. The connection not has a pool of connections per address, configurable, default 4
2. The connections per address share a lazy initialized endpoint
3. Handle connection issues better, avoid race conditions
4. Various log improvement for help debug connection issues
2022-06-10 09:25:24 -07:00
..
bench_tps_client Add RpcClient support to bench-tps (#24297) 2022-04-13 13:11:34 -06:00
bench.rs Add datapoints to help debug the invalid blockhash issue with quic (#24908) 2022-05-23 15:09:47 -04:00
bench_tps_client.rs Add RpcClient support to bench-tps (#24297) 2022-04-13 13:11:34 -06:00
cli.rs Connection pool support in connection cache and QUIC connection reliability improvement (#25793) 2022-06-10 09:25:24 -07:00
keypairs.rs Add TpuClient support to bench-tps (#24227) 2022-04-12 09:43:29 -06:00
lib.rs Add TpuClient support to bench-tps (#24227) 2022-04-12 09:43:29 -06:00
main.rs Connection pool support in connection cache and QUIC connection reliability improvement (#25793) 2022-06-10 09:25:24 -07:00
perf_utils.rs Add BenchTpsClient trait (#24208) 2022-04-11 13:45:40 -06:00