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 12, 2024
1 parent 2ba10a2 commit 0c774a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,6 @@ jobs:
--token "${{ secrets.BENCHER_API_TOKEN }}" \
--file "$BASE_BENCHMARK_RESULTS"
- name: Run Benchmarks
run: |
cargo bench > benches/change.txt
- name: Create PR threshold
run: |
bencher threshold create \
Expand All @@ -162,6 +158,10 @@ jobs:
--upper-boundary ${{ env.UPPER_BOUNDARY }} \
--token "${{ secrets.BENCHER_API_TOKEN }}"
- name: Run Benchmarks
run: |
cargo bench > benches/change.txt
- name: Track PR Benchmarks
run: |
bencher run \
Expand Down

0 comments on commit 0c774a5

Please sign in to comment.