Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

banking bench tpu_disable_quic#30883

Merged
apfitzge merged 1 commit intosolana-labs:masterfrom
apfitzge:bugfix/banking-bench
Mar 24, 2023
Merged

banking bench tpu_disable_quic#30883
apfitzge merged 1 commit intosolana-labs:masterfrom
apfitzge:bugfix/banking-bench

Conversation

@apfitzge
Copy link
Copy Markdown
Contributor

Problem

#27194 changed the cli argument name to tpu_disable_quic but didn't adjust the matches use in banking-bench.

Summary of Changes

Change the usage from tpu_use_quic to tpu_disable_quic

Fixes #

@apfitzge apfitzge force-pushed the bugfix/banking-bench branch from 2123a4f to 304007b Compare March 24, 2023 00:50
Comment thread banking-bench/src/main.rs
ClusterInfo::new(node.info, keypair, SocketAddrSpace::Unspecified)
};
let cluster_info = Arc::new(cluster_info);
let tpu_use_quic = matches.is_present("tpu_use_quic");
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this always fails because "tpu_use_quic" is not a registered argument with matches.

@apfitzge apfitzge requested a review from willhickey March 24, 2023 00:51
@apfitzge apfitzge marked this pull request as ready for review March 24, 2023 00:51
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 24, 2023

Codecov Report

Merging #30883 (304007b) into master (52e63e2) will increase coverage by 0.0%.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master   #30883   +/-   ##
=======================================
  Coverage    81.5%    81.5%           
=======================================
  Files         726      726           
  Lines      204800   204800           
=======================================
+ Hits       167015   167034   +19     
+ Misses      37785    37766   -19     

Copy link
Copy Markdown
Contributor

@willhickey willhickey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching this!

@apfitzge apfitzge merged commit 6c58a84 into solana-labs:master Mar 24, 2023
@apfitzge apfitzge deleted the bugfix/banking-bench branch March 24, 2023 16:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants