We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a4951f commit 2e3e00cCopy full SHA for 2e3e00c
.github/workflows/ci.yml
@@ -89,6 +89,8 @@ jobs:
89
mode: ${{ matrix.codspeed-mode }}
90
run: examples/google_benchmark_cmake/build/benchmark_example
91
token: ${{ secrets.CODSPEED_TOKEN }}
92
+ runner-version: v4.3.0-beta.0
93
+ upload-url: https://api.staging.preview.codspeed.io/upload
94
95
bazel-integration-tests:
96
strategy:
@@ -127,6 +129,8 @@ jobs:
127
129
128
130
run: bazel run //examples/google_benchmark_bazel:my_benchmark --//core:codspeed_mode=${{ matrix.codspeed-mode }} --//core:strict_warnings=on
131
132
133
134
135
cmake-build:
136
0 commit comments