(b *testing.B)
| 11 | } |
| 12 | |
| 13 | func BenchmarkCaptureMetrics(b *testing.B) { |
| 14 | benchmark(b, 1) |
| 15 | } |
| 16 | |
| 17 | func BenchmarkCaptureMetricsTwice(b *testing.B) { |
| 18 | benchmark(b, 2) |
nothing calls this directly
no test coverage detected
searching dependent graphs…