Skip to content

Commit

Permalink
chore: fix benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
alon-dotan-starkware committed Dec 9, 2024
1 parent 2798020 commit bfc5521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/cache@v4
with:
path: ./cache
key: ${{ runner.os }}-benchmark
key: ${{ runner.os }}-${{github.event.pull_request.base.ref}}-benchmark
- name: Store benchmark result
uses: benchmark-action/github-action-benchmark@v1
with:
Expand Down

0 comments on commit bfc5521

Please sign in to comment.