MCPcopy
hub / github.com/CodisLabs/codis / BenchmarkRequestChan128

Function BenchmarkRequestChan128

pkg/proxy/request_test.go:128–128  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

126}
127
128func BenchmarkRequestChan128(b *testing.B) { benchmarkRequestChanN(b, 128) }
129func BenchmarkRequestChan256(b *testing.B) { benchmarkRequestChanN(b, 256) }
130func BenchmarkRequestChan512(b *testing.B) { benchmarkRequestChanN(b, 512) }
131func BenchmarkRequestChan1024(b *testing.B) { benchmarkRequestChanN(b, 1024) }

Callers

nothing calls this directly

Calls 1

benchmarkRequestChanNFunction · 0.85

Tested by

no test coverage detected