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

Function BenchmarkRedisSetFromBuffer_4KiB

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

Source from the content-addressed store, hash-verified

365func BenchmarkRedisSet_4KiB(b *testing.B) { benchmarkRedisSet(b, 4*1024) }
366func BenchmarkRedisSet_64KiB(b *testing.B) { benchmarkRedisSet(b, 64*1024) }
367func BenchmarkRedisSetFromBuffer_4KiB(b *testing.B) { benchmarkRedisSetFromBuffer(b, 4*1024) }
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) }

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected