From f5d778fc010651d544a4d4cc6d771599323ec4c4 Mon Sep 17 00:00:00 2001 From: Xinwei Liu Date: Tue, 17 Mar 2026 16:52:51 +1100 Subject: [PATCH 1/2] Change autoscale benchmarking vmsize in extra small scale to Standard_D2ds_v5 --- .../Autoscale Benchmark/node-auto-provisioning-benchmark.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipelines/perf-eval/Autoscale Benchmark/node-auto-provisioning-benchmark.yml b/pipelines/perf-eval/Autoscale Benchmark/node-auto-provisioning-benchmark.yml index 318dff8dcc..8a842db0af 100644 --- a/pipelines/perf-eval/Autoscale Benchmark/node-auto-provisioning-benchmark.yml +++ b/pipelines/perf-eval/Autoscale Benchmark/node-auto-provisioning-benchmark.yml @@ -154,7 +154,7 @@ stages: loop_count: 20 warmup_deployment: true warmup_deployment_template: warmup_deployment.yaml - vm_size: Standard_E2a_v4 + vm_size: Standard_D2ds_v5 capacity_type: on-demand extra-small-scale-spot: cpu_per_node: 4 @@ -167,7 +167,7 @@ stages: loop_count: 20 warmup_deployment: true warmup_deployment_template: warmup_deployment.yaml - vm_size: Standard_E2a_v4 + vm_size: Standard_D2ds_v5 capacity_type: spot small-scale-on-demand: cpu_per_node: 4 From 050936783e415937846f6615ce3ff92b52955f98 Mon Sep 17 00:00:00 2001 From: Xinwei Liu Date: Wed, 18 Mar 2026 10:11:06 +1100 Subject: [PATCH 2/2] Change cpu_per_node to match the real VM size --- .../Autoscale Benchmark/node-auto-provisioning-benchmark.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipelines/perf-eval/Autoscale Benchmark/node-auto-provisioning-benchmark.yml b/pipelines/perf-eval/Autoscale Benchmark/node-auto-provisioning-benchmark.yml index 8a842db0af..90422bc405 100644 --- a/pipelines/perf-eval/Autoscale Benchmark/node-auto-provisioning-benchmark.yml +++ b/pipelines/perf-eval/Autoscale Benchmark/node-auto-provisioning-benchmark.yml @@ -144,7 +144,7 @@ stages: topology: karpenter matrix: extra-small-scale-on-demand: - cpu_per_node: 4 + cpu_per_node: 2 node_count: 1 pod_count: 10 scale_up_timeout: "5m" @@ -157,7 +157,7 @@ stages: vm_size: Standard_D2ds_v5 capacity_type: on-demand extra-small-scale-spot: - cpu_per_node: 4 + cpu_per_node: 2 node_count: 1 pod_count: 10 scale_up_timeout: "5m"