mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-08 11:38:15 +00:00
Adjust performance test threshold limits
This commit is contained in:
parent
e4c1f980b7
commit
67b74696f8
@ -65,7 +65,7 @@
|
|||||||
featureGates:
|
featureGates:
|
||||||
SchedulerQueueingHints: false
|
SchedulerQueueingHints: false
|
||||||
labels: [performance]
|
labels: [performance]
|
||||||
threshold: 70
|
threshold: 60
|
||||||
params:
|
params:
|
||||||
initNodes: 5000
|
initNodes: 5000
|
||||||
initPods: 1000
|
initPods: 1000
|
||||||
@ -74,7 +74,7 @@
|
|||||||
featureGates:
|
featureGates:
|
||||||
SchedulerQueueingHints: true
|
SchedulerQueueingHints: true
|
||||||
labels: [performance]
|
labels: [performance]
|
||||||
threshold: 70
|
threshold: 60
|
||||||
params:
|
params:
|
||||||
initNodes: 5000
|
initNodes: 5000
|
||||||
initPods: 1000
|
initPods: 1000
|
||||||
|
@ -355,7 +355,7 @@
|
|||||||
measurePods: 500
|
measurePods: 500
|
||||||
- name: 5000Nodes
|
- name: 5000Nodes
|
||||||
labels: [performance]
|
labels: [performance]
|
||||||
threshold: 200
|
threshold: 160
|
||||||
featureGates:
|
featureGates:
|
||||||
SchedulerQueueingHints: false
|
SchedulerQueueingHints: false
|
||||||
SchedulerAsyncPreemption: false
|
SchedulerAsyncPreemption: false
|
||||||
@ -364,7 +364,7 @@
|
|||||||
initPods: 20000
|
initPods: 20000
|
||||||
measurePods: 5000
|
measurePods: 5000
|
||||||
- name: 5000Nodes_AsyncPreemptionEnabled
|
- name: 5000Nodes_AsyncPreemptionEnabled
|
||||||
threshold: 200
|
threshold: 160
|
||||||
labels: [performance]
|
labels: [performance]
|
||||||
featureGates:
|
featureGates:
|
||||||
SchedulerAsyncPreemption: true
|
SchedulerAsyncPreemption: true
|
||||||
@ -376,7 +376,7 @@
|
|||||||
featureGates:
|
featureGates:
|
||||||
SchedulerQueueingHints: true
|
SchedulerQueueingHints: true
|
||||||
labels: [performance]
|
labels: [performance]
|
||||||
threshold: 120
|
threshold: 160
|
||||||
params:
|
params:
|
||||||
initNodes: 5000
|
initNodes: 5000
|
||||||
initPods: 20000
|
initPods: 20000
|
||||||
@ -425,7 +425,7 @@
|
|||||||
featureGates:
|
featureGates:
|
||||||
SchedulerQueueingHints: false
|
SchedulerQueueingHints: false
|
||||||
labels: [performance]
|
labels: [performance]
|
||||||
threshold: 200
|
threshold: 140
|
||||||
params:
|
params:
|
||||||
initNodes: 5000
|
initNodes: 5000
|
||||||
measurePods: 10000
|
measurePods: 10000
|
||||||
@ -433,7 +433,7 @@
|
|||||||
featureGates:
|
featureGates:
|
||||||
SchedulerQueueingHints: true
|
SchedulerQueueingHints: true
|
||||||
labels: [performance]
|
labels: [performance]
|
||||||
threshold: 250
|
threshold: 170
|
||||||
params:
|
params:
|
||||||
initNodes: 5000
|
initNodes: 5000
|
||||||
measurePods: 10000
|
measurePods: 10000
|
||||||
|
Loading…
Reference in New Issue
Block a user