Skip to content

Commit

Permalink
Update benchmark.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alankritdabral authored Apr 8, 2024
1 parent 7ec5401 commit cfe3fa0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
--testbed "$BENCHER_TESTBED" \
--token "${{ secrets.BENCHER_API_TOKEN }}" \
--adapter "$BENCHER_ADAPTER" \
--file "$PR_BENCHMARK_RESULTS"
--file "$BASE_BENCHMARK_RESULTS"
- name: Cache Criterion Benchmarks Json
uses: actions/cache@v4
Expand Down Expand Up @@ -151,16 +151,16 @@ jobs:
run: |
bencher threshold create \
--branch '${{ github.head_ref }}_commit_${{ github.event.pull_request.head.sha }}' \
--testbed "$BENCHER_TESTBED" \
--measure latency \
--test percentage \
--upper-boundary $UPPER_BOUNDARY \
--upper-boundary ${{ env.UPPER_BOUNDARY }} \
--token "${{ secrets.BENCHER_API_TOKEN }}"
- name: Track PR Benchmarks
run: |
bencher run \
--branch '${{ github.head_ref }}_commit_${{ github.event.pull_request.head.sha }}' \
--ci-number '${{github.event.number}}' \
--token "${{ secrets.BENCHER_API_TOKEN }}" \
--github-actions "${{ secrets.GITHUB_TOKEN }}" \
--err \
Expand Down

0 comments on commit cfe3fa0

Please sign in to comment.