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

Function BenchmarkDecode16B

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

Source from the content-addressed store, hash-verified

146}
147
148func BenchmarkDecode16B(b *testing.B) { benchmarkDecode(b, 16) }
149func BenchmarkDecode64B(b *testing.B) { benchmarkDecode(b, 64) }
150func BenchmarkDecode512B(b *testing.B) { benchmarkDecode(b, 512) }
151func BenchmarkDecode1K(b *testing.B) { benchmarkDecode(b, 1024) }

Callers

nothing calls this directly

Calls 1

benchmarkDecodeFunction · 0.85

Tested by

no test coverage detected