mirror of
https://github.com/prometheus/prometheus.git
synced 2026-02-12 11:21:18 +01:00
Fix lint issue
Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
This commit is contained in:
parent
20e3c295ae
commit
2d0d333371
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user