mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
Merge pull request #23851 from gmarek/percentile
Automatic merge from submit-queue Print 100th percentile of resource usage when gatherer is turned on. Ref. #23820
This commit is contained in:
commit
fd1923098b
@ -199,7 +199,7 @@ func (f *Framework) afterEach() {
|
||||
summaries := make([]TestDataSummary, 0)
|
||||
if testContext.GatherKubeSystemResourceUsageData && f.gatherer != nil {
|
||||
By("Collecting resource usage data")
|
||||
summaries = append(summaries, f.gatherer.stopAndSummarize([]int{90, 99}, f.addonResourceConstraints))
|
||||
summaries = append(summaries, f.gatherer.stopAndSummarize([]int{90, 99, 100}, f.addonResourceConstraints))
|
||||
}
|
||||
|
||||
if testContext.GatherLogsSizes {
|
||||
|
Loading…
Reference in New Issue
Block a user