Skip to content

Commit

Permalink
Merge pull request #18928 from serathius/robustness-qps-150
Browse files Browse the repository at this point in the history
Reduce QPS requirement to 100
  • Loading branch information
jmhbnz authored Nov 25, 2024
2 parents fe45307 + b85c6ba commit 0fcf6e8
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 @@ -46,7 +46,7 @@ var (
MaxNonUniqueRequestConcurrency: 3,
}
HighTrafficProfile = Profile{
MinimalQPS: 200,
MinimalQPS: 100,
MaximalQPS: 1000,
ClientCount: 8,
MaxNonUniqueRequestConcurrency: 3,
Expand Down

0 comments on commit 0fcf6e8

Please sign in to comment.