Skip to content

Commit

Permalink
chore: fix bench
Browse files Browse the repository at this point in the history
  • Loading branch information
alon-dotan-starkware committed Jan 15, 2025
1 parent 8653945 commit 5ae425a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,14 @@ jobs:
with:
toolchain: nightly-2025-01-02
- name: Run benchmark
run: ./scripts/bench.sh > bencher | tee output.txt
run: ./scripts/bench.sh | tee output.txt

- name: Download previous benchmark data
uses: actions/cache@v4
with:
path: ./cache
key: ${{ runner.os }}-${{github.event.pull_request.base.ref}}-benchmark

- name: Store benchmark result
uses: benchmark-action/github-action-benchmark@v1
with:
Expand All @@ -144,7 +146,7 @@ jobs:
with:
toolchain: nightly-2025-01-02
- name: Run benchmark
run: ./scripts/bench.sh --features="parallel" > bencher | tee output.txt
run: ./scripts/bench.sh --features="parallel" | tee output.txt
- name: Download previous benchmark data
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 5ae425a

Please sign in to comment.