(b *testing.B)
| 111 | } |
| 112 | |
| 113 | func BenchmarkHistogramWrite1(b *testing.B) { |
| 114 | benchmarkHistogramWrite(1, b) |
| 115 | } |
| 116 | |
| 117 | func BenchmarkHistogramWrite2(b *testing.B) { |
| 118 | benchmarkHistogramWrite(2, b) |
nothing calls this directly
no test coverage detected