Skip to content

Commit

Permalink
disable adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxiangzhuang committed May 14, 2024
1 parent 16208a9 commit 5f79de1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bench_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
--token '${{ secrets.BENCHER_API_TOKEN }}' \
--branch master \
--testbed ubuntu-latest \
--adapter rust \
# --adapter rust \
--err \
cargo bench --all
2 changes: 1 addition & 1 deletion .github/workflows/bench_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
--branch-start-point '${{ github.base_ref }}' \
--branch-start-point-hash '${{ github.event.pull_request.base.sha }}' \
--testbed ubuntu-latest \
--adapter rust \
# --adapter rust \
--err \
--github-actions '${{ secrets.GITHUB_TOKEN }}' \
cargo bench --all

0 comments on commit 5f79de1

Please sign in to comment.