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

Function BenchmarkRequestChan2048

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

Source from the content-addressed store, hash-verified

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