File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -83,13 +83,13 @@ jobs:
8383 make -j
8484
8585 - name : Run the benchmarks
86- uses : CodSpeedHQ/action@main
86+ uses : CodSpeedHQ/action@chore/runner-branch
8787 if : matrix.codspeed-mode != 'off'
8888 with :
8989 mode : ${{ matrix.codspeed-mode }}
9090 run : examples/google_benchmark_cmake/build/benchmark_example
9191 # token: ${{ secrets.CODSPEED_TOKEN }}
92- runner-version : v4.3.0
92+ runner-branch : add-valgrind-args
9393 upload-url : https://api.staging.preview.codspeed.io/upload
9494
9595 bazel-integration-tests :
@@ -123,13 +123,13 @@ jobs:
123123 bazel build //examples/google_benchmark_bazel:my_benchmark --//core:codspeed_mode=${{ matrix.codspeed-mode }} --//core:strict_warnings=on
124124
125125 - name : Run the benchmarks
126- uses : CodSpeedHQ/action@main
126+ uses : CodSpeedHQ/action@chore/runner-branch
127127 if : matrix.codspeed-mode != 'off'
128128 with :
129129 mode : ${{ matrix.codspeed-mode }}
130130 run : bazel run //examples/google_benchmark_bazel:my_benchmark --//core:codspeed_mode=${{ matrix.codspeed-mode }} --//core:strict_warnings=on
131131 # token: ${{ secrets.CODSPEED_TOKEN }}
132- runner-version : v4.3.0
132+ runner-branch : add-valgrind-args
133133 upload-url : https://api.staging.preview.codspeed.io/upload
134134
135135 cmake-build :
You can’t perform that action at this time.
0 commit comments