File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1717
1818 tests :
1919 runs-on : ubuntu-latest
20- steps :
20+ steps :
2121 - name : Checkout code
2222 uses : actions/checkout@v3
2323 with :
3939 make -j
4040
4141 - name : Run tests
42- run : |
42+ run : |
4343 cd core/build-tests
4444 GTEST_OUTPUT=json:test-results/ ctest
4545
5757 - codspeed-mode : " instrumentation"
5858 runner : " ubuntu-latest"
5959 - codspeed-mode : " walltime"
60- runner : " codspeed-macro"
60+ runner : " codspeed-macro-staging "
6161 - codspeed-mode : " off"
6262 runner : " ubuntu-latest"
6363 runs-on : ${{ matrix.runner }}
9090 with :
9191 run : examples/google_benchmark_cmake/build/benchmark_example
9292 token : ${{ secrets.CODSPEED_TOKEN }}
93+ upload-url : https://api.staging.preview.codspeed.io/upload
9394
9495 bazel-integration-tests :
9596 strategy :
@@ -120,7 +121,7 @@ jobs:
120121 - name : Build and run benchmarks
121122 run : |
122123 bazel build //examples/google_benchmark_bazel:my_benchmark --//core:codspeed_mode=${{ matrix.codspeed-mode }}
123-
124+
124125 - name : Run the benchmarks
125126 uses : CodSpeedHQ/action@main
126127 if : matrix.codspeed-mode != 'off'
@@ -129,6 +130,7 @@ jobs:
129130 with :
130131 run : bazel run //examples/google_benchmark_bazel:my_benchmark --//core:codspeed_mode=${{ matrix.codspeed-mode }}
131132 token : ${{ secrets.CODSPEED_TOKEN }}
133+ upload-url : https://api.staging.preview.codspeed.io/upload
132134
133135 windows-cmake-build :
134136 strategy :
You can’t perform that action at this time.
0 commit comments