Skip to content

Commit

Permalink
properly save benchmark data from main (#1082)
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Milchev <[email protected]>
  • Loading branch information
imilchev authored Jan 30, 2024
1 parent 2ad49f1 commit 15dac16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
external-data-json-path: ./cache/benchmark-data.json
save-data-file: false

- name: Download previous benchmark data
uses: actions/cache/restore@v4
- name: Save benchmark data
uses: actions/cache/save@v4
with:
path: ./cache
key: ${{ runner.os }}-benchmark

0 comments on commit 15dac16

Please sign in to comment.