Drecrease parallelism in load test

This commit is contained in:
Wojciech Tyczynski 2017-06-09 20:27:23 +02:00
parent 25aed0a631
commit 40a60cd42e

View File

@ -60,7 +60,7 @@ const (
// depending on the number of nodes in the underlying cluster.
nodeCountPerNamespace = 100
// How many threads will be used to create/delete services during this test.
serviceOperationsParallelism = 5
serviceOperationsParallelism = 1
)
var randomKind = schema.GroupKind{Kind: "Random"}