From 8d44b819b3fa0b0d82731078769edf1824830619 Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Thu, 20 Jan 2022 20:04:07 +0100 Subject: [PATCH] scheduler_perf: avoid ambiguous test names "-bench=PerfScheduling/Preemption/500Nodes" ran both the PerfScheduling/Preemption/500Nodes and the PerfScheduling/PreemptionPVs/500Nodes benchmark. This can be avoided by choosing names where none is the prefix of another. --- test/integration/scheduler_perf/config/performance-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/scheduler_perf/config/performance-config.yaml b/test/integration/scheduler_perf/config/performance-config.yaml index 20d79dcaeb4..ff75a1b3107 100644 --- a/test/integration/scheduler_perf/config/performance-config.yaml +++ b/test/integration/scheduler_perf/config/performance-config.yaml @@ -373,7 +373,7 @@ initPods: 2000 measurePods: 1000 -- name: Preemption +- name: PreemptionBasic workloadTemplate: - opcode: createNodes countParam: $initNodes