(b *testing.B)
| 15 | } |
| 16 | |
| 17 | func BenchmarkCaptureMetricsTwice(b *testing.B) { |
| 18 | benchmark(b, 2) |
| 19 | } |
| 20 | |
| 21 | func benchmark(b *testing.B, wrappings int) { |
| 22 | dummyH := http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…