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

Function BenchmarkEncode16B

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

Source from the content-addressed store, hash-verified

99}
100
101func BenchmarkEncode16B(b *testing.B) { benchmarkEncode(b, 16) }
102func BenchmarkEncode64B(b *testing.B) { benchmarkEncode(b, 64) }
103func BenchmarkEncode512B(b *testing.B) { benchmarkEncode(b, 512) }
104func BenchmarkEncode1K(b *testing.B) { benchmarkEncode(b, 1024) }

Callers

nothing calls this directly

Calls 1

benchmarkEncodeFunction · 0.85

Tested by

no test coverage detected