Skip to content

Commit

Permalink
implement bencher
Browse files Browse the repository at this point in the history
  • Loading branch information
mikenye committed Dec 30, 2024
1 parent 248966c commit a26fb7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bencher_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
--start-point-reset \
--testbed ubuntu-latest \
--err \
--adapter go_bench ""go test -bench ."" \
--github-actions '${{ secrets.GITHUB_TOKEN }}' \
--adapter go_bench "go test -bench ."
4 changes: 2 additions & 2 deletions .github/workflows/bencher_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ jobs:
--threshold-upper-boundary 0.99 \
--thresholds-reset \
--err \
--adapter go_bench ""go test -bench ."" \
--github-actions '${{ secrets.GITHUB_TOKEN }}'
--github-actions '${{ secrets.GITHUB_TOKEN }}'
--adapter go_bench "go test -bench ."

0 comments on commit a26fb7e

Please sign in to comment.