Skip to content

Commit

Permalink
Merge branch 'cmake_and_windows_port5' of https://github.com/vaintrou…
Browse files Browse the repository at this point in the history
…b/sysbench into cmake_and_windows_port5
  • Loading branch information
vaintroub committed Jul 28, 2023
2 parents 44ff9b9 + 4efa07e commit a77dea8
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 @@ -41,7 +41,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 a77dea8

Please sign in to comment.