Skip to content

Commit

Permalink
Update mingw.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vaintroub authored Jul 28, 2023
1 parent a01f089 commit 4efa07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: sysbench oltp_read_write prepare
run: sysbench oltp_read_write --mysql-user=root --table-size=100000 prepare
- name: sysbench oltp_point_select run
run: sysbench oltp_point_select --mysql-user=root --socket=MySQL --time=30 --table-size=100000 --threads=4 --report-interval=1 --histogram run
run: sysbench oltp_point_select --mysql-user=root --mysql-socket=MySQL --time=30 --table-size=100000 --threads=4 --report-interval=1 --histogram run
- name: sysbench oltp_read_write run ssl
run: sysbench oltp_read_write --mysql-user=root --time=30 --mysql-ssl=on --table-size=100000 --threads=4 --report-interval=1 --histogram run
- name: sysbench oltp_read_write cleanup
Expand Down

0 comments on commit 4efa07e

Please sign in to comment.