Skip to content

Commit b7f55a3

Browse files
committed
Bring back the smallest integration test
1 parent 5945857 commit b7f55a3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,8 +746,13 @@
746746
podTemplatePath: config/templates/pod-default.yaml
747747
collectMetrics: true
748748
workloads:
749-
- name: 500Nodes/1kPods
749+
- name: 5Nodes/10Pods
750750
labels: [integration-test, performance, short]
751+
params:
752+
initNodes: 5
753+
measurePods: 10
754+
- name: 500Nodes/1kPods
755+
labels: [performance, short]
751756
params:
752757
initNodes: 500
753758
measurePods: 1000

0 commit comments

Comments
 (0)