Skip to content

Commit

Permalink
🧹 fix benchmark (#4731)
Browse files Browse the repository at this point in the history
  • Loading branch information
imilchev authored Oct 9, 2024
1 parent af522ea commit 3bf9d6c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
uses: actions/cache/restore@v4
with:
path: ./cache
key: ${{ runner.os }}-benchmark
restore-keys: |
${{ runner.os }}-benchmark
# Run `github-action-benchmark` action
- name: Store benchmark result
uses: benchmark-action/github-action-benchmark@v1
Expand All @@ -61,4 +62,4 @@ jobs:
uses: actions/cache/save@v4
with:
path: ./cache
key: ${{ runner.os }}-benchmark
key: ${{ runner.os }}-benchmark-${{ github.run_id }}
3 changes: 2 additions & 1 deletion .github/workflows/pr-test-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@ jobs:
uses: actions/cache/restore@v4
with:
path: ./cache
key: ${{ runner.os }}-benchmark
restore-keys: |
${{ runner.os }}-benchmark
# Run `github-action-benchmark` action
- name: Store benchmark result
uses: benchmark-action/github-action-benchmark@v1
Expand Down

0 comments on commit 3bf9d6c

Please sign in to comment.