From c40e69bb4cc20dcaf5f0835c69233768919e8af4 Mon Sep 17 00:00:00 2001 From: YamasouA Date: Thu, 13 Feb 2025 23:02:41 +0900 Subject: [PATCH] remove double comments --- test/integration/scheduler_perf/scheduler_perf.go | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/test/integration/scheduler_perf/scheduler_perf.go b/test/integration/scheduler_perf/scheduler_perf.go index ed86a789dba..4cbcf6f52c7 100644 --- a/test/integration/scheduler_perf/scheduler_perf.go +++ b/test/integration/scheduler_perf/scheduler_perf.go @@ -1502,14 +1502,10 @@ func runWorkload(tCtx ktesting.TContext, tc *testCase, w *workload, informerFact var dataItems []DataItem - // // numPodsScheduledPerNamespace has all namespaces created in workload and the number of pods they (will) have. - // // All namespaces listed in numPodsScheduledPerNamespace will be cleaned up. - // numPodsScheduledPerNamespace := make(map[string]int) - var collectors []testDataCollector - // // This needs a separate context and wait group because - // // the metrics collecting needs to be sure that the goroutines - // // are stopped. + // This needs a separate context and wait group because + // the metrics collecting needs to be sure that the goroutines + // are stopped. var collectorCtx ktesting.TContext var collectorWG sync.WaitGroup defer collectorWG.Wait()