Skip to content

Commit

Permalink
Reduce QPS requirement to 100
Browse files Browse the repository at this point in the history
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
  • Loading branch information
serathius committed Nov 20, 2024
1 parent 4186283 commit b85c6ba
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 (
CompactPeriod: 200 * time.Millisecond,
}
HighTrafficProfile = Profile{
MinimalQPS: 200,
MinimalQPS: 100,
MaximalQPS: 1000,
ClientCount: 8,
MaxNonUniqueRequestConcurrency: 3,
Expand Down

0 comments on commit b85c6ba

Please sign in to comment.