Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
miparnisari committed Oct 20, 2023
1 parent ea341be commit 7a92263
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/prs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,16 @@ jobs:
run: |
set -o pipefail
make bench | tee ${{ github.sha }}_bench_output.txt
compare-pr:
runs-on: ubuntu-latest
needs: [bench-main, bench-pr]
timeout-minutes: 15
steps:

- name: Downloads benchmarks from main
needs: [bench-main]
- name: Downloads benchmarks
uses: actions/download-artifact@v3
with:
name: main_bench_output
path: ./main_bench_output.json

- name: Compare benchmark result
uses: benchmark-action/github-action-benchmark@70405016b032d44f409e4b1b451c40215cbe2393 # v1.18.0
Expand All @@ -82,4 +85,4 @@ jobs:
comment-on-alert: true
# Enable Job Summary for PRs
summary-always: true
comment-always: true
comment-always: true

0 comments on commit 7a92263

Please sign in to comment.