(b *testing.B)
| 133 | } |
| 134 | |
| 135 | func BenchmarkSummaryObserve1(b *testing.B) { |
| 136 | benchmarkSummaryObserve(1, b) |
| 137 | } |
| 138 | |
| 139 | func BenchmarkSummaryObserve2(b *testing.B) { |
| 140 | benchmarkSummaryObserve(2, b) |
nothing calls this directly
no test coverage detected