Skip to content

Commit cd72544

Browse files
committed
Merge branch 'master' of github.com:Percona-Lab/sysbench-tpcc
2 parents c603e7a + 36878a8 commit cd72544

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
11
# sysbench-tpcc
22

33
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

Comments
 (0)