mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Print 100th percentile of resource usage when gatherer is turned on.
This commit is contained in:
		@@ -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 {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user