(b *testing.B)
| 130 | func BenchmarkRequestChan512(b *testing.B) { benchmarkRequestChanN(b, 512) } |
| 131 | func BenchmarkRequestChan1024(b *testing.B) { benchmarkRequestChanN(b, 1024) } |
| 132 | func BenchmarkRequestChan2048(b *testing.B) { benchmarkRequestChanN(b, 2048) } |
nothing calls this directly
no test coverage detected