Upgrade the openebs/tests-tpcc-client container to perform parallel database load in tpcc-runner.sh #19
Labels
bash
good first issue
Good for newcomers
Hacktoberfest
help wanted
Extra attention is needed
issue-taken
Is this a BUG REPORT or FEATURE REQUEST?
FEATURE REQUEST
What happened:
./tpcc_load -h <DB_SERVER_IP> -P3306 -d<DB_NAME> -u <DB_USER> -p <DB_PASSWORD> -w
This is a sequential process that increases in duration with the number of warehouses specified, thereby delaying the start of the actual benchmark.
What you expected to happen:
How to fix it?
How to test it?
The text was updated successfully, but these errors were encountered: