Skip to content

Commit 1ffa1e1

Browse files
committed
Remove noisy log in scheduler_perf
Signed-off-by: kerthcet <[email protected]>
1 parent 6b7f713 commit 1ffa1e1

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)