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 dad6e8b commit a8b1c00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/cache@v4
with:
path: ./cache
key: ${{ runner.os }}-benchmark-${{ github.head_ref }} // cache against branch name
key: ${{ runner.os }}-benchmark-${{ github.ref }} // cache against branch name

# Run `github-action-benchmark` action
- name: Store benchmark result
Expand All @@ -42,4 +42,4 @@ jobs:
uses: actions/cache/save@v4
with:
path: out/benchmark/runJmh.dest/jmh-result.json
key: ${{ runner.os }}-benchmark-${{ github.head_ref }}
key: ${{ runner.os }}-benchmark-${{ github.ref }}

0 comments on commit a8b1c00

Please sign in to comment.