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:
@ -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")
|
||||
|
Reference in New Issue
Block a user