(b *testing.B)
| 69 | } |
| 70 | |
| 71 | func BenchmarkHistogramObserve4(b *testing.B) { |
| 72 | benchmarkHistogramObserve(4, b) |
| 73 | } |
| 74 | |
| 75 | func BenchmarkHistogramObserve8(b *testing.B) { |
| 76 | benchmarkHistogramObserve(8, b) |
nothing calls this directly
no test coverage detected