Skip to content

Commit 846e10d

Browse files
committed
fixed README
1 parent 4ab898d commit 846e10d

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
@@ -28,12 +28,12 @@ mysql> CREATE DATABASE sbtest;
2828
```
2929
2. 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
```
3333
3. Run benchmark
3434
In 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

0 commit comments

Comments
 (0)