Skip to content

Commit

Permalink
Fix CI workflow (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiemh authored Sep 20, 2024
1 parent 7e82539 commit 34dcda3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/crud-bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ jobs:
path: ${{ github.workspace }}/artifacts
merge-multiple: true

- name: Set file permissions
run: chmod +x ${{ github.workspace }}/artifacts/crud-bench

- name: Run benchmarks (10,000 samples / 3 threads)
run: ${{ github.workspace }}/artifacts/crud-bench -d ${{ matrix.database }} -s 10000 -t 3
Expand Down

0 comments on commit 34dcda3

Please sign in to comment.