mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 21:17:23 +00:00
Drecrease parallelism in load test
This commit is contained in:
parent
25aed0a631
commit
40a60cd42e
@ -60,7 +60,7 @@ const (
|
|||||||
// depending on the number of nodes in the underlying cluster.
|
// depending on the number of nodes in the underlying cluster.
|
||||||
nodeCountPerNamespace = 100
|
nodeCountPerNamespace = 100
|
||||||
// How many threads will be used to create/delete services during this test.
|
// How many threads will be used to create/delete services during this test.
|
||||||
serviceOperationsParallelism = 5
|
serviceOperationsParallelism = 1
|
||||||
)
|
)
|
||||||
|
|
||||||
var randomKind = schema.GroupKind{Kind: "Random"}
|
var randomKind = schema.GroupKind{Kind: "Random"}
|
||||||
|
Loading…
Reference in New Issue
Block a user