File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ mysql> CREATE DATABASE sbtest;
2828```
29292 . Execute prepare command to create tables and records.
3030```
31- go-sysbench --tables=1 --mysql-port=3570 --mysql- user=app --mysql-password=Password --time=360 --threads=5 --table_size=10000 --report-interval=1 --histogram=on oltp_read_write prepare
31+ go-sysbench --tables=1 --mysql-user=appuser --mysql-password=Password --time=360 --threads=5 --table_size=10000 --report-interval=1 --histogram=on oltp_read_write prepare
3232```
33333 . Run benchmark
3434In this example, It will run the benchmark for 360 seconds with 5 threads.
3535```
36- go-sysbench --tables=1 --mysql-port=3570 --mysql- user=app --mysql-password=Password --time=360 --threads=5 --table_size=10000 --report-interval=1 --histogram=on oltp_read_write run
36+ go-sysbench --tables=1 --mysql-user=appuser --mysql-password=Password --time=360 --threads=5 --table_size=10000 --report-interval=1 --histogram=on oltp_read_write run
3737```
3838
3939### Options
You can’t perform that action at this time.
0 commit comments