kubernetes/kubernetes

Stabilize benchmark list by limiting QPS

Open

#130.869 geöffnet am 17. März 2025

Auf GitHub ansehen
 (7 Kommentare) (1 Reaktion) (1 zugewiesene Person)Go (43.066 Forks)batch import
help wantedkind/featuresig/api-machinerysig/scalabilitytriage/accepted

Repository-Metriken

Stars
 (122.268 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 28T 17h) (343 gemergte PRs in 30 T)

Beschreibung

What would you like to be added?

Introduction of streaming response has resulted in higher variance of CPU usage in tests.

Expected culprit is the high variance in QPS.

Image

Limiting QPS should reduce variance.

cc @fuweid

Why is this needed?

More stable tests results should allow us to spot smaller differences and make more accurate decisions.

Contributor Guide