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

Function BenchmarkLabelNames

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

Source from the content-addressed store, hash-verified

50}
51
52func BenchmarkLabelNames(b *testing.B) {
53 for i := 0; i < b.N; i++ {
54 testLabelNames(b)
55 }
56}
57
58func testLabelValues(t testing.TB) {
59 scenarios := []struct {

Callers

nothing calls this directly

Calls 1

testLabelNamesFunction · 0.85

Tested by

no test coverage detected