(b *testing.B)
| 115 | } |
| 116 | |
| 117 | func BenchmarkHistogramWrite2(b *testing.B) { |
| 118 | benchmarkHistogramWrite(2, b) |
| 119 | } |
| 120 | |
| 121 | func BenchmarkHistogramWrite4(b *testing.B) { |
| 122 | benchmarkHistogramWrite(4, b) |
nothing calls this directly
no test coverage detected