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

Function TestLabelNames

model/labels_test.go:47–49  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

45}
46
47func TestLabelNames(t *testing.T) {
48 testLabelNames(t)
49}
50
51func BenchmarkLabelNames(b *testing.B) {
52 for i := 0; i < b.N; i++ {

Callers

nothing calls this directly

Calls 1

testLabelNamesFunction · 0.85

Tested by

no test coverage detected