From 1ffa1e17cd3c381e2078361b1b5df062ecdabdc1 Mon Sep 17 00:00:00 2001 From: kerthcet Date: Wed, 12 Jun 2024 11:53:35 +0800 Subject: [PATCH] Remove noisy log in scheduler_perf Signed-off-by: kerthcet --- test/integration/scheduler_perf/util.go | 1 - 1 file changed, 1 deletion(-) diff --git a/test/integration/scheduler_perf/util.go b/test/integration/scheduler_perf/util.go index 8175f51486c..9b3748c9519 100644 --- a/test/integration/scheduler_perf/util.go +++ b/test/integration/scheduler_perf/util.go @@ -328,7 +328,6 @@ func collectHistogramVec(metric string, labels map[string]string, lvMap map[stri } if vec.GetAggregatedSampleCount() == 0 { - 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) return nil }