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

Function BenchmarkEncode64B

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

Source from the content-addressed store, hash-verified

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) }
105func BenchmarkEncode2K(b *testing.B) { benchmarkEncode(b, 1024*2) }

Callers

nothing calls this directly

Calls 1

benchmarkEncodeFunction · 0.85

Tested by

no test coverage detected