Add 5k nodes benchmark for pod topology spreading

Change-Id: I1a5ed73ba03570671c0a92277678c0f3f786385f
This commit is contained in:
Aldo Culquicondor 2020-10-22 16:09:06 -04:00
parent ec453ffb1a
commit ab7a38220f

View File

@ -807,6 +807,11 @@ var (
existingPodsNum: 10000,
allNodesNum: 1000,
},
{
name: "5000nodes",
existingPodsNum: 50000,
allNodesNum: 5000,
},
}
)