MCPcopy
hub / github.com/redis/go-redis / BenchmarkRedisSetGetBuffer_64KiB

Function BenchmarkRedisSetGetBuffer_64KiB

bench_test.go:370–370  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

368func BenchmarkRedisSetFromBuffer_64KiB(b *testing.B) { benchmarkRedisSetFromBuffer(b, 64*1024) }
369func BenchmarkRedisSetGetBuffer_4KiB(b *testing.B) { benchmarkRedisSetGetBuffer(b, 4*1024) }
370func BenchmarkRedisSetGetBuffer_64KiB(b *testing.B) { benchmarkRedisSetGetBuffer(b, 64*1024) }
371
372func BenchmarkRedisMGet(b *testing.B) {
373 ctx := context.Background()

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected