Skip to content

Commit

Permalink
Run benchmarks on self-hosted runner (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhovd authored Feb 18, 2025
1 parent ead25b4 commit 284d2a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/base_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Continuous Benchmarking with Bencher
permissions:
checks: write
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- uses: bencherdev/bencher@main
Expand All @@ -19,7 +19,7 @@ jobs:
--project pmcore \
--token '${{ secrets.BENCHER_API_TOKEN }}' \
--branch main \
--testbed ubuntu-latest \
--testbed orion \
--threshold-measure latency \
--threshold-test t_test \
--threshold-max-sample-size 64 \
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository
permissions:
pull-requests: write
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- uses: bencherdev/bencher@main
Expand All @@ -25,7 +25,7 @@ jobs:
--start-point-hash '${{ github.event.pull_request.base.sha }}' \
--start-point-clone-thresholds \
--start-point-reset \
--testbed ubuntu-latest \
--testbed orion \
--err \
--adapter rust_criterion \
--github-actions '${{ secrets.GITHUB_TOKEN }}' \
Expand Down

0 comments on commit 284d2a8

Please sign in to comment.