Skip to content

Commit

Permalink
Reduce client concurrency for high traffic robustness tests
Browse files Browse the repository at this point in the history
Signed-off-by: Faeka Ansari <[email protected]>
  • Loading branch information
fykaa committed Jun 29, 2024
1 parent 8e20ad0 commit e97bc39
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 e97bc39

Please sign in to comment.