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

Function BenchmarkRequestChan512

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

Source from the content-addressed store, hash-verified

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) }
132func BenchmarkRequestChan2048(b *testing.B) { benchmarkRequestChanN(b, 2048) }

Callers

nothing calls this directly

Calls 1

benchmarkRequestChanNFunction · 0.85

Tested by

no test coverage detected