Support quic in bench-tps (#24295) (#24317)

* Update comment

* Use connection_cache in tpu_client

* Add --tpu-use-quic to bench-tps

* Use connection_cache async send

(cherry picked from commit 26899359d1)

Co-authored-by: Tyera Eulberg <tyera@solana.com>
This commit is contained in:
mergify[bot]
2022-04-13 22:56:29 -06:00
committed by GitHub
parent 3bee921088
commit 304cd65ecb
4 changed files with 34 additions and 17 deletions

View File

@@ -1149,7 +1149,7 @@ pub fn main() {
Arg::with_name("tpu_use_quic")
.long("tpu-use-quic")
.takes_value(false)
.help("When this is set to true, the system will use QUIC to send transactions."),
.help("Use QUIC to send transactions."),
)
.arg(
Arg::with_name("rocksdb_max_compaction_jitter")