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

Function BenchmarkDecode16K

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

Source from the content-addressed store, hash-verified

152func BenchmarkDecode2K(b *testing.B) { benchmarkDecode(b, 1024*2) }
153func BenchmarkDecode4K(b *testing.B) { benchmarkDecode(b, 1024*4) }
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