(b *testing.B)
| 119 | } |
| 120 | |
| 121 | func BenchmarkHistogramWrite4(b *testing.B) { |
| 122 | benchmarkHistogramWrite(4, b) |
| 123 | } |
| 124 | |
| 125 | func BenchmarkHistogramWrite8(b *testing.B) { |
| 126 | benchmarkHistogramWrite(8, b) |
nothing calls this directly
no test coverage detected