File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -87,10 +87,12 @@ jobs:
8787 cmake -DCODSPEED_MODE=${{ matrix.codspeed-mode }} -DCODSPEED_STRICT_WARNINGS=ON ..
8888 make -j
8989
90+ - uses : dtolnay/rust-toolchain@stable
9091 - name : Run the benchmarks
9192 uses : CodSpeedHQ/action@main
9293 if : matrix.codspeed-mode != 'off'
9394 with :
95+ runner-version : branch:cod-2057-perf-timeout-in-codspeed-go-makes-benchmark-hang
9496 mode : ${{ matrix.codspeed-mode }}
9597 run : examples/google_benchmark_cmake/build/benchmark_example
9698 token : ${{ secrets.CODSPEED_TOKEN }}
@@ -127,10 +129,12 @@ jobs:
127129 run : |
128130 bazel build //examples/google_benchmark_bazel:my_benchmark --@codspeed_core//:codspeed_mode=${{ matrix.codspeed-mode }} --@codspeed_core//:strict_warnings=on
129131
132+ - uses : dtolnay/rust-toolchain@stable
130133 - name : Run the benchmarks
131134 uses : CodSpeedHQ/action@main
132135 if : matrix.codspeed-mode != 'off'
133136 with :
137+ runner-version : branch:cod-2057-perf-timeout-in-codspeed-go-makes-benchmark-hang
134138 mode : ${{ matrix.codspeed-mode }}
135139 run : bazel run //examples/google_benchmark_bazel:my_benchmark --@codspeed_core//:codspeed_mode=${{ matrix.codspeed-mode }} --@codspeed_core//:strict_warnings=on
136140 token : ${{ secrets.CODSPEED_TOKEN }}
You can’t perform that action at this time.
0 commit comments