File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-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+ runner-version : v4.3.0
93+ upload-url : https://api.staging.preview.codspeed.io/upload
9294
9395 bazel-integration-tests :
9496 strategy :
@@ -126,7 +128,9 @@ jobs:
126128 with :
127129 mode : ${{ matrix.codspeed-mode }}
128130 run : bazel run //examples/google_benchmark_bazel:my_benchmark --//core:codspeed_mode=${{ matrix.codspeed-mode }} --//core:strict_warnings=on
129- token : ${{ secrets.CODSPEED_TOKEN }}
131+ # token: ${{ secrets.CODSPEED_TOKEN }}
132+ runner-version : v4.3.0
133+ upload-url : https://api.staging.preview.codspeed.io/upload
130134
131135 cmake-build :
132136 strategy :
You can’t perform that action at this time.
0 commit comments