We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7368608 commit 0b5906cCopy full SHA for 0b5906c
1 file changed
.github/workflows/ci.yml
@@ -100,7 +100,6 @@ jobs:
100
runner: "codspeed-macro"
101
- codspeed-mode: "off"
102
runner: "ubuntu-latest"
103
- bazel-version: ["7.6.2", "8.4.2", "9.0.0-pre.20250921.2"]
104
runs-on: ${{ matrix.runner }}
105
steps:
106
- uses: actions/checkout@v4
@@ -120,8 +119,6 @@ jobs:
120
119
- name: Build and run benchmarks
121
run: |
122
bazel build //examples/google_benchmark_bazel:my_benchmark --//core:codspeed_mode=${{ matrix.codspeed-mode }}
123
- env:
124
- USE_BAZEL_VERSION: ${{ matrix.bazel-version }}
125
126
- name: Run the benchmarks
127
uses: CodSpeedHQ/action@main
0 commit comments