Skip to content

Commit

Permalink
fix(benchmark): fix benchmark CI after bencher update (#1157)
Browse files Browse the repository at this point in the history
  • Loading branch information
glevco authored Oct 16, 2024
1 parent 9c1fe88 commit 349555f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pr_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,9 @@ jobs:
--project hathor-core \
--token '${{ secrets.BENCHER_API_TOKEN }}' \
--branch '${{ github.head_ref }}' \
--branch-start-point '${{ github.base_ref }}' \
--branch-start-point-hash '${{ github.event.pull_request.base.sha }}' \
--start-point '${{ github.base_ref }}' \
--start-point-hash '${{ github.event.pull_request.base.sha }}' \
--start-point-clone-thresholds \
--testbed ubuntu-22.04 \
--adapter shell_hyperfine \
--err \
Expand Down

0 comments on commit 349555f

Please sign in to comment.