Skip to content

Commit

Permalink
fix cluster ports in bench
Browse files Browse the repository at this point in the history
  • Loading branch information
ndyakov committed Jan 28, 2025
1 parent b3890ea commit 70bc1bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ func BenchmarkXRead(b *testing.B) {

func newClusterScenario() *clusterScenario {
return &clusterScenario{
ports: []string{"16379", "16380", "16381", "16382", "16383", "16384"},
ports: []string{"16600", "16601", "16602", "16603", "16604", "16605"},
nodeIDs: make([]string, 6),
processes: make(map[string]*redisProcess, 6),
clients: make(map[string]*redis.Client, 6),
Expand Down

0 comments on commit 70bc1bb

Please sign in to comment.