(b *testing.B)
| 366 | func BenchmarkRedisSet_64KiB(b *testing.B) { benchmarkRedisSet(b, 64*1024) } |
| 367 | func BenchmarkRedisSetFromBuffer_4KiB(b *testing.B) { benchmarkRedisSetFromBuffer(b, 4*1024) } |
| 368 | func BenchmarkRedisSetFromBuffer_64KiB(b *testing.B) { benchmarkRedisSetFromBuffer(b, 64*1024) } |
| 369 | func BenchmarkRedisSetGetBuffer_4KiB(b *testing.B) { benchmarkRedisSetGetBuffer(b, 4*1024) } |
| 370 | func BenchmarkRedisSetGetBuffer_64KiB(b *testing.B) { benchmarkRedisSetGetBuffer(b, 64*1024) } |
| 371 |
nothing calls this directly
no test coverage detected