mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 16:29:21 +00:00
scheduler_perf: add thresholds to DRA test cases
They were enabled yesterday and executed seven times, with results that (so far) seem to be fairly stable with just one run that was slower across the board. The links in the YAML can be used to navigate to each test case quickly. The thresholds were chose with a 20% security margin below what seems to be a common result.
This commit is contained in:
parent
b4f902f037
commit
e2ff03486d
@ -93,6 +93,8 @@
|
|||||||
featureGates:
|
featureGates:
|
||||||
SchedulerQueueingHints: false
|
SchedulerQueueingHints: false
|
||||||
labels: [performance]
|
labels: [performance]
|
||||||
|
# https://perf-dash.k8s.io/#/?jobname=scheduler-perf-benchmark&metriccategoryname=Scheduler&metricname=BenchmarkPerfScheduling&Metric=SchedulingThroughput&Name=BenchmarkPerfScheduling%2FSchedulingWithResourceClaimTemplate%2F5000pods_500nodes%2Ftest&event=not%20applicable&extension_point=not%20applicable&plugin=not%20applicable&result=not%20applicable
|
||||||
|
threshold: 40 # typically above 51
|
||||||
params:
|
params:
|
||||||
nodesWithDRA: 500
|
nodesWithDRA: 500
|
||||||
nodesWithoutDRA: 0
|
nodesWithoutDRA: 0
|
||||||
@ -103,6 +105,8 @@
|
|||||||
featureGates:
|
featureGates:
|
||||||
SchedulerQueueingHints: true
|
SchedulerQueueingHints: true
|
||||||
labels: [performance]
|
labels: [performance]
|
||||||
|
# https://perf-dash.k8s.io/#/?jobname=scheduler-perf-benchmark&metriccategoryname=Scheduler&metricname=BenchmarkPerfScheduling&Metric=SchedulingThroughput&Name=BenchmarkPerfScheduling%2FSchedulingWithResourceClaimTemplate%2F5000pods_500nodes_QueueingHintsEnabled%2Ftest&event=not%20applicable&extension_point=not%20applicable&plugin=not%20applicable&result=not%20applicable
|
||||||
|
threshold: 56 # typically above 70
|
||||||
params:
|
params:
|
||||||
nodesWithDRA: 500
|
nodesWithDRA: 500
|
||||||
nodesWithoutDRA: 0
|
nodesWithoutDRA: 0
|
||||||
@ -191,6 +195,8 @@
|
|||||||
featureGates:
|
featureGates:
|
||||||
SchedulerQueueingHints: false
|
SchedulerQueueingHints: false
|
||||||
labels: [performance]
|
labels: [performance]
|
||||||
|
# https://perf-dash.k8s.io/#/?jobname=scheduler-perf-benchmark&metriccategoryname=Scheduler&metricname=BenchmarkPerfScheduling&Metric=SchedulingThroughput&Name=BenchmarkPerfScheduling%2FSteadyStateClusterResourceClaimTemplate%2Fempty_500nodes%2Ftest&event=not%20applicable&extension_point=not%20applicable&plugin=not%20applicable&result=not%20applicable
|
||||||
|
threshold: 64 # typically above 81
|
||||||
params:
|
params:
|
||||||
nodesWithDRA: 500
|
nodesWithDRA: 500
|
||||||
nodesWithoutDRA: 0
|
nodesWithoutDRA: 0
|
||||||
@ -201,6 +207,8 @@
|
|||||||
featureGates:
|
featureGates:
|
||||||
SchedulerQueueingHints: true
|
SchedulerQueueingHints: true
|
||||||
labels: [performance]
|
labels: [performance]
|
||||||
|
# https://perf-dash.k8s.io/#/?jobname=scheduler-perf-benchmark&metriccategoryname=Scheduler&metricname=BenchmarkPerfScheduling&Metric=SchedulingThroughput&Name=BenchmarkPerfScheduling%2FSteadyStateClusterResourceClaimTemplate%2Fempty_500nodes_QueueingHintsEnabled%2Ftest&event=not%20applicable&extension_point=not%20applicable&plugin=not%20applicable&result=not%20applicable
|
||||||
|
threshold: 64 # typically above 81
|
||||||
params:
|
params:
|
||||||
nodesWithDRA: 500
|
nodesWithDRA: 500
|
||||||
nodesWithoutDRA: 0
|
nodesWithoutDRA: 0
|
||||||
@ -226,6 +234,8 @@
|
|||||||
featureGates:
|
featureGates:
|
||||||
SchedulerQueueingHints: false
|
SchedulerQueueingHints: false
|
||||||
labels: [performance]
|
labels: [performance]
|
||||||
|
# https://perf-dash.k8s.io/#/?jobname=scheduler-perf-benchmark&metriccategoryname=Scheduler&metricname=BenchmarkPerfScheduling&Metric=SchedulingThroughput&Name=BenchmarkPerfScheduling%2FSteadyStateClusterResourceClaimTemplate%2Fhalf_500nodes%2Ftest&event=not%20applicable&extension_point=not%20applicable&plugin=not%20applicable&result=not%20applicable
|
||||||
|
threshold: 70 # typically over 78
|
||||||
params:
|
params:
|
||||||
nodesWithDRA: 500
|
nodesWithDRA: 500
|
||||||
nodesWithoutDRA: 0
|
nodesWithoutDRA: 0
|
||||||
@ -236,6 +246,8 @@
|
|||||||
featureGates:
|
featureGates:
|
||||||
SchedulerQueueingHints: true
|
SchedulerQueueingHints: true
|
||||||
labels: [performance]
|
labels: [performance]
|
||||||
|
# https://perf-dash.k8s.io/#/?jobname=scheduler-perf-benchmark&metriccategoryname=Scheduler&metricname=BenchmarkPerfScheduling&Metric=SchedulingThroughput&Name=BenchmarkPerfScheduling%2FSteadyStateClusterResourceClaimTemplate%2Fhalf_500nodes_QueueingHintsEnabled%2Ftest&event=not%20applicable&extension_point=not%20applicable&plugin=not%20applicable&result=not%20applicable
|
||||||
|
threshold: 60 # typically over 75
|
||||||
params:
|
params:
|
||||||
nodesWithDRA: 500
|
nodesWithDRA: 500
|
||||||
nodesWithoutDRA: 0
|
nodesWithoutDRA: 0
|
||||||
@ -261,6 +273,8 @@
|
|||||||
featureGates:
|
featureGates:
|
||||||
SchedulerQueueingHints: false
|
SchedulerQueueingHints: false
|
||||||
labels: [performance]
|
labels: [performance]
|
||||||
|
# https://perf-dash.k8s.io/#/?jobname=scheduler-perf-benchmark&metriccategoryname=Scheduler&metricname=BenchmarkPerfScheduling&Metric=SchedulingThroughput&Name=BenchmarkPerfScheduling%2FSteadyStateClusterResourceClaimTemplate%2Ffull_500nodes%2Ftest&event=not%20applicable&extension_point=not%20applicable&plugin=not%20applicable&result=not%20applicable
|
||||||
|
threshold: 60 # typically over 75
|
||||||
params:
|
params:
|
||||||
nodesWithDRA: 500
|
nodesWithDRA: 500
|
||||||
nodesWithoutDRA: 0
|
nodesWithoutDRA: 0
|
||||||
@ -271,6 +285,8 @@
|
|||||||
featureGates:
|
featureGates:
|
||||||
SchedulerQueueingHints: true
|
SchedulerQueueingHints: true
|
||||||
labels: [performance]
|
labels: [performance]
|
||||||
|
# https://perf-dash.k8s.io/#/?jobname=scheduler-perf-benchmark&metriccategoryname=Scheduler&metricname=BenchmarkPerfScheduling&Metric=SchedulingThroughput&Name=BenchmarkPerfScheduling%2FSteadyStateClusterResourceClaimTemplate%2Ffull_500nodes_QueueingHintsEnabled%2Ftest&event=not%20applicable&extension_point=not%20applicable&plugin=not%20applicable&result=not%20applicable
|
||||||
|
threshold: 60 # typically over 75
|
||||||
params:
|
params:
|
||||||
nodesWithDRA: 500
|
nodesWithDRA: 500
|
||||||
nodesWithoutDRA: 0
|
nodesWithoutDRA: 0
|
||||||
|
Loading…
Reference in New Issue
Block a user