(b *testing.B)
| 49 | } |
| 50 | |
| 51 | func BenchmarkLabelNames(b *testing.B) { |
| 52 | for i := 0; i < b.N; i++ { |
| 53 | testLabelNames(b) |
| 54 | } |
| 55 | } |
| 56 | |
| 57 | func testLabelValues(t testing.TB) { |
| 58 | scenarios := []struct { |
nothing calls this directly
no test coverage detected