mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-10 13:42:02 +00:00
Drecrease parallelism in load test
This commit is contained in:
@@ -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"}
|
||||||
|
Reference in New Issue
Block a user