File tree Expand file tree Collapse file tree 1 file changed +1
-45
lines changed
test/integration/scheduler_perf/config Expand file tree Collapse file tree 1 file changed +1
-45
lines changed Original file line number Diff line number Diff line change 731
731
initPods : 20000
732
732
measurePods : 5000
733
733
734
- - name : Unschedulable
735
- workloadTemplate :
736
- - opcode : createNodes
737
- countParam : $initNodes
738
- - opcode : createPods
739
- countParam : $initPods
740
- podTemplatePath : config/templates/pod-large-cpu.yaml
741
- skipWaitToCompletion : true
742
- - opcode : createPods
743
- countParam : $measurePods
744
- podTemplatePath : config/templates/pod-default.yaml
745
- collectMetrics : true
746
- workloads :
747
- - name : 5Nodes/2InitPods
748
- labels : [integration-test, performance, short]
749
- params :
750
- initNodes : 5
751
- initPods : 2
752
- measurePods : 10
753
- - name : 500Nodes/200InitPods
754
- labels : [performance, short]
755
- params :
756
- initNodes : 500
757
- initPods : 200
758
- measurePods : 1000
759
- - name : 5000Nodes/200InitPods
760
- labels : [performance, short]
761
- params :
762
- initNodes : 5000
763
- initPods : 200
764
- measurePods : 5000
765
- - name : 5000Nodes/200InitPods/10000Pods
766
- labels : [performance]
767
- threshold : 300
768
- params :
769
- initNodes : 5000
770
- initPods : 200
771
- measurePods : 10000
772
- - name : 5000Nodes/2000InitPods
773
- params :
774
- initNodes : 5000
775
- initPods : 2000
776
- measurePods : 5000
777
-
778
734
# Measure throughput of regular schedulable pods that are interleaved by unschedulable pods injected at 100/s rate.
779
- - name : UnschedulableAsync
735
+ - name : Unschedulable
780
736
workloadTemplate :
781
737
- opcode : createNodes
782
738
countParam : $initNodes
You can’t perform that action at this time.
0 commit comments