MCPcopy Index your code
hub / github.com/CodisLabs/codis / BenchmarkDecode128K

Function BenchmarkDecode128K

pkg/proxy/redis/decoder_test.go:156–156  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

154func BenchmarkDecode16K(b *testing.B) { benchmarkDecode(b, 1024*16) }
155func BenchmarkDecode32K(b *testing.B) { benchmarkDecode(b, 1024*32) }
156func BenchmarkDecode128K(b *testing.B) { benchmarkDecode(b, 1024*128) }

Callers

nothing calls this directly

Calls 1

benchmarkDecodeFunction · 0.85

Tested by

no test coverage detected