Skip to content

Commit 4b92f6d

Browse files
committed
fix the broken part due to the merge
1 parent d4d91d4 commit 4b92f6d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/integration/scheduler_perf/misc/performance-config.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -354,17 +354,16 @@
354354
initPods: 2000
355355
measurePods: 500
356356
- name: 5000Nodes
357-
featureGates:
358-
SchedulerQueueingHints: false
359357
labels: [performance]
360358
threshold: 200
361359
featureGates:
360+
SchedulerQueueingHints: false
362361
SchedulerAsyncPreemption: false
363362
params:
364363
initNodes: 5000
365364
initPods: 20000
366365
measurePods: 5000
367-
- name: 5000Nodes_AsyncPreemption
366+
- name: 5000Nodes_AsyncPreemptionEnabled
368367
labels: [performance]
369368
featureGates:
370369
SchedulerAsyncPreemption: true

0 commit comments

Comments
 (0)