There was an error while loading. Please reload this page.
1 parent 0b05454 commit 6ba8999Copy full SHA for 6ba8999
1 file changed
.github/workflows/ci.yml
@@ -88,7 +88,8 @@ 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
+ upload-url: https://api.staging.preview.codspeed.io/upload
93
94
bazel-integration-tests:
95
strategy:
@@ -126,7 +127,8 @@ jobs:
126
127
128
129
run: bazel run //examples/google_benchmark_bazel:my_benchmark --//core:codspeed_mode=${{ matrix.codspeed-mode }} --//core:strict_warnings=on
130
131
132
133
cmake-build:
134
0 commit comments