Skip to content

Commit

Permalink
Add compressed and saved benchmark data step
Browse files Browse the repository at this point in the history
  • Loading branch information
binary-ho committed Aug 31, 2024
1 parent 7b43567 commit 6a2ac81
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,16 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
comment-always: true

- name: Compress benchmark data
run: |
tar -I 'zstd -1' -cf cache.tar.zst -C ./cache .
- name: Save benchmark data
uses: actions/cache/save@v3
with:
path: ./cache
key: ${{ runner.os }}-benchmark

sharding-test:
name: sharding-test
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6a2ac81

Please sign in to comment.