We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 633d4b5 commit 159ade3Copy full SHA for 159ade3
1 file changed
.github/workflows/ci.yml
@@ -224,6 +224,8 @@ jobs:
224
225
- name: Run the benchmarks
226
uses: CodSpeedHQ/action@main
227
+ env:
228
+ RUST_LOG: debug
229
with:
230
run: examples/google_benchmark_cmake/build/benchmark_example --benchmark_filter=BM_FibonacciRecursive_Darwin
231
mode: walltime
@@ -251,6 +253,8 @@ jobs:
251
253
252
254
255
256
257
258
259
# Note: using bazel run directly fails with a permission error on `/var/tmp/_bazel_codspeed/`
260
# This is because bazel does not like the user switch between running `bazel build` as a user then running `bazel run` as sudo and refuses to run.
0 commit comments