Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vaintroub committed Sep 6, 2023
1 parent 4ba6858 commit fe3030e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ninja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ jobs:
socket=/tmp/mysql.sock
max_connections=1000
innodb_max_dirty_pages_pct_lwm=10
- name: create database sbtest
if: matrix.db != 'postgres'
run: |
mysql -uroot --mysql-host=127.0.0.1 --port=3306 -e "create database sbtest"
- name: sysbench oltp_update_index prepare
run: sysbench oltp_update_index ${{ env.COMMON_SYSBENCH_PARAMS }} prepare
Expand Down

0 comments on commit fe3030e

Please sign in to comment.