(b *testing.B)
| 123 | } |
| 124 | |
| 125 | func BenchmarkHistogramWrite8(b *testing.B) { |
| 126 | benchmarkHistogramWrite(8, b) |
| 127 | } |
| 128 | |
| 129 | func TestHistogramNonMonotonicBuckets(t *testing.T) { |
| 130 | testCases := map[string][]float64{ |
nothing calls this directly
no test coverage detected