1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-28 06:42:00 +03:00

Use bufio.Writer

This commit is contained in:
Vladimir Mihailenco
2018-08-17 13:56:37 +03:00
parent 1874269be2
commit 0197108027
15 changed files with 334 additions and 506 deletions

View File

@ -985,7 +985,7 @@ func newClusterScenario() *clusterScenario {
}
}
func BenchmarkRedisClusterPing(b *testing.B) {
func BenchmarkClusterPing(b *testing.B) {
if testing.Short() {
b.Skip("skipping in short mode")
}
@ -1011,7 +1011,7 @@ func BenchmarkRedisClusterPing(b *testing.B) {
})
}
func BenchmarkRedisClusterSetString(b *testing.B) {
func BenchmarkClusterSetString(b *testing.B) {
if testing.Short() {
b.Skip("skipping in short mode")
}
@ -1039,7 +1039,7 @@ func BenchmarkRedisClusterSetString(b *testing.B) {
})
}
func BenchmarkRedisClusterReloadState(b *testing.B) {
func BenchmarkClusterReloadState(b *testing.B) {
if testing.Short() {
b.Skip("skipping in short mode")
}