mirror of
https://github.com/prometheus/prometheus
synced 2026-04-21 15:11:07 +08:00
Fix lint issue
Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
This commit is contained in:
@@ -905,8 +905,7 @@ func BenchmarkRelabel_ReplaceAddLabel(b *testing.B) {
|
||||
labels.Label{Name: "abcdefg12", Value: "hijklmn12"},
|
||||
labels.Label{Name: "abcdefg13", Value: "hijklmn13"},
|
||||
}
|
||||
actual, _ := Process(lset, cfgs...)
|
||||
var _ = actual
|
||||
_, _ = Process(lset, cfgs...)
|
||||
// require.Equal(b, actual, expectLset)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user