We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a4951f commit 41cbb9fCopy full SHA for 41cbb9f
1 file changed
.github/workflows/ci.yml
@@ -88,7 +88,9 @@ jobs:
88
with:
89
mode: ${{ matrix.codspeed-mode }}
90
run: examples/google_benchmark_cmake/build/benchmark_example
91
- token: ${{ secrets.CODSPEED_TOKEN }}
+ # token: ${{ secrets.CODSPEED_TOKEN }}
92
+ runner-version: v4.3.0
93
+ upload-url: https://api.staging.preview.codspeed.io/upload
94
95
bazel-integration-tests:
96
strategy:
@@ -126,7 +128,9 @@ jobs:
126
128
127
129
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