File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
pipelines/perf-eval/Autoscale Benchmark Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments