Skip to content

Commit

Permalink
Merge pull request #18252 from fykaa/reduce-concurrency-high-traffic
Browse files Browse the repository at this point in the history
Reduce client concurrency for high traffic robustness tests
  • Loading branch information
serathius authored Jul 31, 2024
2 parents 04fb588 + e97bc39 commit 4488f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/robustness/traffic/traffic.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ var (
HighTrafficProfile = Profile{
MinimalQPS: 200,
MaximalQPS: 1000,
ClientCount: 12,
ClientCount: 10,
MaxNonUniqueRequestConcurrency: 3,
}
)
Expand Down

0 comments on commit 4488f2c

Please sign in to comment.