Reduce client concurrency for high traffic robustness tests

Signed-off-by: Faeka Ansari <faeka6@gmail.com>
This commit is contained in:
Faeka Ansari 2024-06-29 15:00:04 +05:30
parent 8e20ad03ac
commit e97bc39060

View File

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