Skip to content

Commit dabf7fa

Browse files
authored
Change autoscale benchmarking vmsize in extra small scale to Standard_D2ds_v5 (#1101)
1 parent 3942602 commit dabf7fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pipelines/perf-eval/Autoscale Benchmark/node-auto-provisioning-benchmark.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ stages:
144144
topology: karpenter
145145
matrix:
146146
extra-small-scale-on-demand:
147-
cpu_per_node: 4
147+
cpu_per_node: 2
148148
node_count: 1
149149
pod_count: 10
150150
scale_up_timeout: "5m"
@@ -154,10 +154,10 @@ stages:
154154
loop_count: 20
155155
warmup_deployment: true
156156
warmup_deployment_template: warmup_deployment.yaml
157-
vm_size: Standard_E2a_v4
157+
vm_size: Standard_D2ds_v5
158158
capacity_type: on-demand
159159
extra-small-scale-spot:
160-
cpu_per_node: 4
160+
cpu_per_node: 2
161161
node_count: 1
162162
pod_count: 10
163163
scale_up_timeout: "5m"
@@ -167,7 +167,7 @@ stages:
167167
loop_count: 20
168168
warmup_deployment: true
169169
warmup_deployment_template: warmup_deployment.yaml
170-
vm_size: Standard_E2a_v4
170+
vm_size: Standard_D2ds_v5
171171
capacity_type: spot
172172
small-scale-on-demand:
173173
cpu_per_node: 4

0 commit comments

Comments
 (0)