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

Function BenchmarkRedisSetFromBuffer_64KiB

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

Source from the content-addressed store, hash-verified

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) }
371

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected