We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17f1f3d commit 5b52b9eCopy full SHA for 5b52b9e
.github/workflows/ci.yml
@@ -93,6 +93,7 @@ jobs:
93
if: matrix.codspeed-mode != 'off'
94
with:
95
mode: ${{ matrix.codspeed-mode }}
96
+ upload-url: https://api.staging.preview.codspeed.io/upload
97
run: examples/google_benchmark_cmake/build/benchmark_example
98
99
bazel-integration-tests:
@@ -132,6 +133,7 @@ jobs:
132
133
134
135
136
137
run: bazel run //examples/google_benchmark_bazel:my_benchmark --@codspeed_core//:codspeed_mode=${{ matrix.codspeed-mode }} --@codspeed_core//:strict_warnings=on
138
139
cmake-build:
0 commit comments