We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faa06df commit 819e52fCopy full SHA for 819e52f
README.md
@@ -1,5 +1,5 @@
1
1. Build binaries
2
- * `cd scr ; make`
+ * `cd src ; make`
3
( you should have mysql_config available in $PATH)
4
5
2. Load data
@@ -17,7 +17,7 @@
17
- load data in parallel
18
check load.sh script
19
20
-3. start benchmark
+3. Start benchmark
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|
23
* ref. tpcc_start --help for all options
0 commit comments