Merge pull request #129937 from pohly/dra-scheduler-perf-limits

scheduler_perf: add thresholds to DRA test cases
This commit is contained in:
Kubernetes Prow Robot 2025-02-03 05:24:57 -08:00 committed by GitHub
commit 183ef23273
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -93,6 +93,8 @@
featureGates:
SchedulerQueueingHints: false
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:
nodesWithDRA: 500
nodesWithoutDRA: 0
@ -103,6 +105,8 @@
featureGates:
SchedulerQueueingHints: true
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:
nodesWithDRA: 500
nodesWithoutDRA: 0
@ -191,6 +195,8 @@
featureGates:
SchedulerQueueingHints: false
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:
nodesWithDRA: 500
nodesWithoutDRA: 0
@ -201,6 +207,8 @@
featureGates:
SchedulerQueueingHints: true
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:
nodesWithDRA: 500
nodesWithoutDRA: 0
@ -226,6 +234,8 @@
featureGates:
SchedulerQueueingHints: false
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:
nodesWithDRA: 500
nodesWithoutDRA: 0
@ -236,6 +246,8 @@
featureGates:
SchedulerQueueingHints: true
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:
nodesWithDRA: 500
nodesWithoutDRA: 0
@ -261,6 +273,8 @@
featureGates:
SchedulerQueueingHints: false
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:
nodesWithDRA: 500
nodesWithoutDRA: 0
@ -271,6 +285,8 @@
featureGates:
SchedulerQueueingHints: true
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:
nodesWithDRA: 500
nodesWithoutDRA: 0