diff --git a/test/integration/scheduler_perf/config/performance-config.yaml b/test/integration/scheduler_perf/config/performance-config.yaml index acd93b4f256..4c84fc15f40 100644 --- a/test/integration/scheduler_perf/config/performance-config.yaml +++ b/test/integration/scheduler_perf/config/performance-config.yaml @@ -746,8 +746,13 @@ podTemplatePath: config/templates/pod-default.yaml collectMetrics: true workloads: - - name: 500Nodes/1kPods + - name: 5Nodes/10Pods labels: [integration-test, performance, short] + params: + initNodes: 5 + measurePods: 10 + - name: 500Nodes/1kPods + labels: [performance, short] params: initNodes: 500 measurePods: 1000