(b *testing.B)
| 61 | } |
| 62 | |
| 63 | func BenchmarkHistogramObserve1(b *testing.B) { |
| 64 | benchmarkHistogramObserve(1, b) |
| 65 | } |
| 66 | |
| 67 | func BenchmarkHistogramObserve2(b *testing.B) { |
| 68 | benchmarkHistogramObserve(2, b) |
nothing calls this directly
no test coverage detected