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 078b4b7 commit bc287ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,13 @@ jobs:
--test t \
--upper-boundary ${{ env.UPPER_BOUNDARY }} \
--token "${{ secrets.BENCHER_API_TOKEN }}"
- name: Track PR Benchmarks
run: |
bencher run \
--branch '${{ github.head_ref }}' \
--token "${{ secrets.BENCHER_API_TOKEN }}" \
--ci-id 10 \
--ci-number 20 \
--github-actions "${{ secrets.GITHUB_TOKEN }}" \
--err \
--file "$PR_BENCHMARK_RESULTS"
Expand Down

0 comments on commit bc287ec

Please sign in to comment.