Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/codspeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
push:
branches:
- main
workflow_dispatch:

concurrency:
group: codspeed.yml-${{ github.event.pull_request.number || github.run_id }}
Expand All @@ -24,9 +25,9 @@ permissions:
jobs:
benchmarks:
name: Run benchmarks
runs-on: ubuntu-22.04-16core
runs-on: ubuntu-latest
env:
BAZEL_ARGS: --config=benchmark --@google_benchmark//:codspeed_mode=simulation --remote_cache=https://bazel:${{ secrets.BAZEL_CACHE_KEY }}@bazel-remote-cache.devprod.cloudflare.dev
BAZEL_ARGS: --config=benchmark --@google_benchmark//:codspeed_mode=instrumentation --remote_cache=https://bazel:${{ secrets.BAZEL_CACHE_KEY }}@bazel-remote-cache.devprod.cloudflare.dev
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -58,9 +59,8 @@ jobs:
chmod +x run_benchmarks.sh

- name: Run benchmarks
uses: CodSpeedHQ/action@v4
uses: CodSpeedHQ/action@v3
with:
mode: simulation
run: ./run_benchmarks.sh

- name: Bazel shutdown
Expand Down
Loading