Skip to content

Commit ca3c479

Browse files
committed
Update README.md
1 parent 1348790 commit ca3c479

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
`mysql tpcc1000 < add_fkey_idx.sql`
1212
* populate data
1313
- simple step
14-
`tpcc_load 127.0.0.1:33000 tpcc1000 root "" 1000`
14+
`tpcc_load 127.0.0.1:3306 tpcc1000 root "" 1000`
1515
|hostname:port| |dbname| |user| |password| |WAREHOUSES|
1616
ref. tpcc_load --help for all options
1717
- load data in parallel
1818
check load.sh script
1919

2020
3. start benchmark
21-
* `./tpcc_start -h127.0.0.1 -P33000 -dtpcc1000 -uroot -w1000 -c32 -r10 -l10800`
22-
|hostname| |port| |dbname| |user| |WAREHOUSES| |CONNECTIONS| |WARMUP TIME| |BENCHMARK TIME|
21+
* `./tpcc_start -h127.0.0.1 -P3306 -dtpcc1000 -uroot -w1000 -c32 -r10 -l10800`
22+
* |hostname| |port| |dbname| |user| |WAREHOUSES| |CONNECTIONS| |WARMUP TIME| |BENCHMARK TIME|
2323
* ref. tpcc_start --help for all options

0 commit comments

Comments
 (0)