mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Reduce client concurrency for high traffic robustness tests
Signed-off-by: Faeka Ansari <faeka6@gmail.com>
This commit is contained in:
parent
8e20ad03ac
commit
e97bc39060
@ -45,7 +45,7 @@ var (
|
|||||||
HighTrafficProfile = Profile{
|
HighTrafficProfile = Profile{
|
||||||
MinimalQPS: 200,
|
MinimalQPS: 200,
|
||||||
MaximalQPS: 1000,
|
MaximalQPS: 1000,
|
||||||
ClientCount: 12,
|
ClientCount: 10,
|
||||||
MaxNonUniqueRequestConcurrency: 3,
|
MaxNonUniqueRequestConcurrency: 3,
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user