File tree Expand file tree Collapse file tree 1 file changed +26
-1
lines changed
test/integration/scheduler_perf/event_handling Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Original file line number Diff line number Diff line change 125
125
type : unsched
126
126
- opcode : stopCollectingMetrics
127
127
workloads :
128
+ - name : 2Nodes_20Pods
129
+ labels : [integration-test, short]
130
+ params :
131
+ initNodes : 2
132
+ blockerPods : 15 # Must be slightly below initNodes * 10 to be stable
133
+ measurePods : 20 # Must be initNodes * 10
128
134
- name : 50Nodes_500Pods
129
135
labels : [performance, short]
130
136
params :
254
260
type : unsched
255
261
- opcode : stopCollectingMetrics
256
262
workloads :
263
+ - name : 1Node_10Pods
264
+ labels : [integration-test, short]
265
+ params :
266
+ blockerPods : 10
267
+ measurePods : 10
257
268
- name : 1Node_1000Pods
258
269
labels : [performance, short]
259
270
params :
351
362
- opcode : barrier
352
363
- opcode : stopCollectingMetrics
353
364
workloads :
354
- - name : 100Nodes_500Pods
365
+ - name : 2Nodes_20Pods
366
+ labels : [integration-test, short]
367
+ params :
368
+ nodes : 2
369
+ measurePods : 20 # Must be initNodes * 10
370
+ - name : 100Nodes_1000Pods
355
371
labels : [performance, short]
356
372
params :
357
373
nodes : 100
424
440
type : unsched
425
441
- opcode : stopCollectingMetrics
426
442
workloads :
443
+ - name : 10Pods
444
+ labels : [integration-test, short]
445
+ params :
446
+ measurePods : 10
427
447
- name : 1000Pods
428
448
labels : [performance, short]
429
449
params :
538
558
- opcode : barrier
539
559
- opcode : stopCollectingMetrics
540
560
workloads :
561
+ - name : 2Nodes_20Pods
562
+ labels : [integration-test, short]
563
+ params :
564
+ nodes : 2
565
+ measurePods : 20 # Must be initNodes * 10
541
566
- name : 100Nodes_1000Pods
542
567
labels : [performance, short]
543
568
params :
You can’t perform that action at this time.
0 commit comments