From ab7a38220fe6c58aa5f2a7487d852120d3644776 Mon Sep 17 00:00:00 2001 From: Aldo Culquicondor Date: Thu, 22 Oct 2020 16:09:06 -0400 Subject: [PATCH] Add 5k nodes benchmark for pod topology spreading Change-Id: I1a5ed73ba03570671c0a92277678c0f3f786385f --- .../framework/plugins/podtopologyspread/scoring_test.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkg/scheduler/framework/plugins/podtopologyspread/scoring_test.go b/pkg/scheduler/framework/plugins/podtopologyspread/scoring_test.go index 5a90841723b..69e6b2dbfe3 100644 --- a/pkg/scheduler/framework/plugins/podtopologyspread/scoring_test.go +++ b/pkg/scheduler/framework/plugins/podtopologyspread/scoring_test.go @@ -807,6 +807,11 @@ var ( existingPodsNum: 10000, allNodesNum: 1000, }, + { + name: "5000nodes", + existingPodsNum: 50000, + allNodesNum: 5000, + }, } )