Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
jaytaph committed Apr 25, 2024
1 parent 28e34ef commit 3bb3736
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bencher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
--branch-start-point '${{ github.base_ref }}' \
--branch-start-point-hash '${{ github.event.pull_request.base.sha }}' \
--testbed github-action-ci \
--adapter json \
# --adapter json \
--err \
--github-actions '${{ secrets.GITHUB_TOKEN }}' \
cargo bench --all
5 changes: 3 additions & 2 deletions .github/workflows/bencher_baseline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Bencher.dev benchmarks (baseline)

on:
push:
branches: main
branches:
- main

jobs:
benchmark_base_branch:
Expand All @@ -18,7 +19,7 @@ jobs:
--token '${{ secrets.BENCHER_API_TOKEN }}' \
--branch main \
--testbed github-action-ci \
--adapter json \
# --adapter json \
--err \
--github-actions '${{ secrets.GITHUB_TOKEN }}' \
cargo bench --all

0 comments on commit 3bb3736

Please sign in to comment.