MCPcopy Create free account
hub / github.com/prometheus/common / BenchmarkLabelValues

Function BenchmarkLabelValues

model/labels_test.go:88–92  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

testLabelValuesFunction · 0.85

Tested by

no test coverage detected