We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5890752 commit 70df8c6Copy full SHA for 70df8c6
1 file changed
.github/workflows/ci.yml
@@ -91,6 +91,7 @@ jobs:
91
uses: CodSpeedHQ/action@main
92
if: matrix.codspeed-mode != 'off'
93
with:
94
+ runner-version: branch:cod-2057-perf-timeout-in-codspeed-go-makes-benchmark-hang
95
mode: ${{ matrix.codspeed-mode }}
96
run: examples/google_benchmark_cmake/build/benchmark_example
97
token: ${{ secrets.CODSPEED_TOKEN }}
@@ -131,6 +132,7 @@ jobs:
131
132
133
134
135
136
137
run: bazel run //examples/google_benchmark_bazel:my_benchmark --@codspeed_core//:codspeed_mode=${{ matrix.codspeed-mode }} --@codspeed_core//:strict_warnings=on
138
0 commit comments