(b *testing.B)
| 65 | } |
| 66 | |
| 67 | func BenchmarkHistogramObserve2(b *testing.B) { |
| 68 | benchmarkHistogramObserve(2, b) |
| 69 | } |
| 70 | |
| 71 | func BenchmarkHistogramObserve4(b *testing.B) { |
| 72 | benchmarkHistogramObserve(4, b) |
nothing calls this directly
no test coverage detected