File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 8888 with :
8989 mode : ${{ matrix.codspeed-mode }}
9090 run : examples/google_benchmark_cmake/build/benchmark_example
91- token : ${{ secrets.CODSPEED_TOKEN }}
91+ # token: ${{ secrets.CODSPEED_TOKEN }}
92+ upload-url : https://api.staging.preview.codspeed.io/upload
9293
9394 bazel-integration-tests :
9495 strategy :
@@ -126,7 +127,8 @@ jobs:
126127 with :
127128 mode : ${{ matrix.codspeed-mode }}
128129 run : bazel run //examples/google_benchmark_bazel:my_benchmark --//core:codspeed_mode=${{ matrix.codspeed-mode }} --//core:strict_warnings=on
129- token : ${{ secrets.CODSPEED_TOKEN }}
130+ # token: ${{ secrets.CODSPEED_TOKEN }}
131+ upload-url : https://api.staging.preview.codspeed.io/upload
130132
131133 cmake-build :
132134 strategy :
You can’t perform that action at this time.
0 commit comments