mirror of
https://github.com/redis/go-redis.git
synced 2025-07-28 06:42:00 +03:00
Reduce number of allocations.
This commit is contained in:
@ -37,7 +37,7 @@ func BenchmarkRedisPing(b *testing.B) {
|
||||
})
|
||||
}
|
||||
|
||||
func BenchmarkRedisSet(b *testing.B) {
|
||||
func BenchmarkRedisSetString(b *testing.B) {
|
||||
client := benchmarkRedisClient(10)
|
||||
defer client.Close()
|
||||
|
||||
|
Reference in New Issue
Block a user