(b *testing.B)
| 86 | } |
| 87 | |
| 88 | func BenchmarkLabelValues(b *testing.B) { |
| 89 | for i := 0; i < b.N; i++ { |
| 90 | testLabelValues(b) |
| 91 | } |
| 92 | } |
| 93 | |
| 94 | func TestValidationScheme_IsLabelNameValid(t *testing.T) { |
| 95 | scenarios := []struct { |
nothing calls this directly
no test coverage detected