Skip to content

Commit 1815a14

Browse files
authored
Merge pull request kubernetes#125454 from kerthcet/cleanup/scheduler-perf
Remove noisy log in scheduler_perf
2 parents 58e15c8 + 1ffa1e1 commit 1815a14

File tree

1 file changed

+0
-1
lines changed
  • test/integration/scheduler_perf

1 file changed

+0
-1
lines changed

test/integration/scheduler_perf/util.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,6 @@ func collectHistogramVec(metric string, labels map[string]string, lvMap map[stri
328328
}
329329

330330
if vec.GetAggregatedSampleCount() == 0 {
331-
klog.InfoS("It is expected that this metric wasn't recorded. The data for this metric won't be stored in a benchmark result file", "metric", metric, "labels", labels)
332331
return nil
333332
}
334333

0 commit comments

Comments
 (0)