(b *testing.B)
| 906 | } |
| 907 | |
| 908 | func BenchmarkMetricVecWithBasic(b *testing.B) { |
| 909 | benchmarkMetricVecWith(b, Labels{ |
| 910 | "l1": "onevalue", |
| 911 | "l2": "twovalue", |
| 912 | }) |
| 913 | } |
| 914 | |
| 915 | func BenchmarkMetricVecWithLabelValuesBasic(b *testing.B) { |
| 916 | benchmarkMetricVecWithLabelValues(b, map[string][]string{ |
nothing calls this directly
no test coverage detected