yugabyte / tpcc

Repo to run TPCC benchmarks against YugabyteDB
Other
24 stars 21 forks source link

[TPCC] Request to add an option to tpccbenchmark for passing in YSQL custom port number #63

Closed nmantrav2 closed 3 years ago

nmantrav2 commented 4 years ago

I am in the process of enabling TPCC in iTest suite. For custom port test runs we need a way to pass in YSQL port number as parameter to tpccbenchmark script. As of now YSQL port is embedded in config/workload_all.xml. ysqlsh has "-p" option for passing in YSQL port, something similar for TPCC would help.