Merge pull request #18252 from fykaa/reduce-concurrency-high-traffic

Reduce client concurrency for high traffic robustness tests
This commit is contained in:
Marek Siarkowicz 2024-07-31 17:35:37 +02:00 committed by GitHub
commit 4488f2c9b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,7 +45,7 @@ var (
HighTrafficProfile = Profile{
MinimalQPS: 200,
MaximalQPS: 1000,
ClientCount: 12,
ClientCount: 10,
MaxNonUniqueRequestConcurrency: 3,
}
)