pingcap / go-tpc

A toolbox to benchmark TPC workloads in Go
Apache License 2.0
177 stars 94 forks source link

*: support for connecting to multple instances directly #149

Closed zyguan closed 1 year ago

zyguan commented 1 year ago

Allow specifying a list of hosts & ports to connect to (just like sysbench), eg. --host 172.16.4.1,172.16.4.2 --port 4000,4001 means connecting to 172.16.4.1:4000, 172.16.4.1:4001, 172.16.4.2:4000, 172.16.4.2:4001 round-robin.

2022-10-09_171038