Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Quafadas committed Sep 17, 2024
1 parent 1bdced8 commit c15cd7f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
skip-fetch-gh-pages: true
github-token: ${{ secrets.GITHUB_TOKEN }}

# - name: Save branch results
# uses: actions/cache/save@v4
# with:
# path: out/benchmark/runJmh.dest/jmh-result.json
# key: ${{ runner.os }}-benchmark-${{ github.ref }}
- name: Save branch results
uses: actions/cache/save@v4
with:
path: out/benchmark/runJmh.dest/jmh-result.json
key: ${{ runner.os }}-benchmark-${{ github.ref }}

0 comments on commit c15cd7f

Please sign in to comment.