Support quic in bench-tps (#24295)

* Update comment

* Use connection_cache in tpu_client

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

* Use connection_cache async send
This commit is contained in:
Tyera Eulberg
2022-04-13 14:17:10 -04:00
committed by GitHub
parent 2e0bc89ec4
commit 26899359d1
4 changed files with 34 additions and 17 deletions

View File

@ -1171,7 +1171,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")