Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add cancelled errors to load-gen #354

Merged
merged 1 commit into from
Mar 14, 2024

Conversation

pratik151192
Copy link
Contributor

@pratik151192 pratik151192 commented Mar 14, 2024

Have edited load-gens a couple times locally for cancelled might as well commit it

@pratik151192 pratik151192 requested review from nand4011, cprice404 and a team March 14, 2024 21:00
@pratik151192 pratik151192 marked this pull request as ready for review March 14, 2024 21:01
@@ -244,7 +251,7 @@ public static void main(String[] args) throws InterruptedException {
// may increase.
// Note: You are likely to see degraded performance if you increase this above 50
// and observe elevated client-side latencies.
final int numberOfConcurrentRequests = 50;
final int numberOfConcurrentRequests = 10;
Copy link
Contributor

Choose a reason for hiding this comment

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

Did you intend to change this?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yeah because max TPS was 50 :) so 1:1 here isn't needed and also is a bit misleading/confusing

@pratik151192 pratik151192 merged commit 630ab32 into main Mar 14, 2024
5 checks passed
@pratik151192 pratik151192 deleted the add-cancelled-stat-load-gen branch March 14, 2024 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants