mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08: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: "abcdefg12", Value: "hijklmn12"},
|
||||||
labels.Label{Name: "abcdefg13", Value: "hijklmn13"},
|
labels.Label{Name: "abcdefg13", Value: "hijklmn13"},
|
||||||
}
|
}
|
||||||
actual, _ := Process(lset, cfgs...)
|
_, _ = Process(lset, cfgs...)
|
||||||
var _ = actual
|
|
||||||
// require.Equal(b, actual, expectLset)
|
// require.Equal(b, actual, expectLset)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue