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 aca20e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,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 All @@ -149,7 +149,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 aca20e4

Please sign in to comment.