(b *testing.B)
| 126 | } |
| 127 | |
| 128 | func BenchmarkRequestChan128(b *testing.B) { benchmarkRequestChanN(b, 128) } |
| 129 | func BenchmarkRequestChan256(b *testing.B) { benchmarkRequestChanN(b, 256) } |
| 130 | func BenchmarkRequestChan512(b *testing.B) { benchmarkRequestChanN(b, 512) } |
| 131 | func BenchmarkRequestChan1024(b *testing.B) { benchmarkRequestChanN(b, 1024) } |
nothing calls this directly
no test coverage detected