Skip to content

Commit 70bc1bb

Browse files
committed
fix cluster ports in bench
1 parent b3890ea commit 70bc1bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bench_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ func BenchmarkXRead(b *testing.B) {
277277

278278
func newClusterScenario() *clusterScenario {
279279
return &clusterScenario{
280-
ports: []string{"16379", "16380", "16381", "16382", "16383", "16384"},
280+
ports: []string{"16600", "16601", "16602", "16603", "16604", "16605"},
281281
nodeIDs: make([]string, 6),
282282
processes: make(map[string]*redisProcess, 6),
283283
clients: make(map[string]*redis.Client, 6),

0 commit comments

Comments
 (0)