From 4a084d54d299590d8ea1d2bb278a42855656c304 Mon Sep 17 00:00:00 2001 From: Kensei Nakada Date: Wed, 6 Nov 2024 23:14:44 +0900 Subject: [PATCH] feat: set the threashold on the scheduler-perf test case --- test/integration/scheduler_perf/misc/performance-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/scheduler_perf/misc/performance-config.yaml b/test/integration/scheduler_perf/misc/performance-config.yaml index d4ea078329c..6fc3387b13b 100644 --- a/test/integration/scheduler_perf/misc/performance-config.yaml +++ b/test/integration/scheduler_perf/misc/performance-config.yaml @@ -364,6 +364,7 @@ initPods: 20000 measurePods: 5000 - name: 5000Nodes_AsyncPreemptionEnabled + threshold: 200 labels: [performance] featureGates: SchedulerAsyncPreemption: true