Skip to content

Commit 819e52f

Browse files
authored
Fix a typo
scr=>src
1 parent faa06df commit 819e52f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
1. Build binaries
2-
* `cd scr ; make`
2+
* `cd src ; make`
33
( you should have mysql_config available in $PATH)
44

55
2. Load data
@@ -17,7 +17,7 @@
1717
- load data in parallel
1818
check load.sh script
1919

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

0 commit comments

Comments
 (0)