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.
2 parents c603e7a + 36878a8 commit cd72544Copy full SHA for cd72544
README.md
@@ -1,3 +1,21 @@
1
# sysbench-tpcc
2
3
TPCC-like workload for sysbench
4
+
5
+# prepare data and tables
6
7
+`
8
+./tpcc.lua --mysql-socket=/tmp/mysql.sock --mysql-user=root --mysql-db=sbt --time=300 --threads=64 --report-interval=1 --tables=10 --scale=100 prepare
9
10
11
+# Run benchmark
12
13
14
+./tpcc.lua --mysql-socket=/tmp/mysql.sock --mysql-user=root --mysql-db=sbt --time=300 --threads=64 --report-interval=1 --tables=10 --scale=100 run
15
16
17
+# Cleanup
18
19
20
+./tpcc.lua --mysql-socket=/tmp/mysql.sock --mysql-user=root --mysql-db=sbt --time=300 --threads=64 --report-interval=1 --tables=10 --scale=100 cleanup
21
0 commit comments