Skip to content

Commit 8e42d4b

Browse files
committed
fixup! feat(bench): add Darwin-specific fib variant for macOS flamegraph coverage
1 parent 9d54eab commit 8e42d4b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225
- name: Run the benchmarks
226226
uses: CodSpeedHQ/action@main
227227
with:
228-
run: examples/google_benchmark_cmake/build/benchmark_example --benchmark_filter=^BM_FibonacciRecursive_Darwin$
228+
run: examples/google_benchmark_cmake/build/benchmark_example --benchmark_filter=BM_FibonacciRecursive_Darwin
229229
mode: walltime
230230
# TODO: Remove this once the runner has been released with macos support
231231
runner-version: branch:main
@@ -255,5 +255,5 @@ jobs:
255255
# 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.
256256
# For now, `$USER` remains the original user, but the program is ran with uid 0 with `sudo --preserve-env`
257257
# This problem is temporary because the runner does not YET do the same uid/gid spoofing on macos as it does on linux.
258-
run: ./bazel-bin/examples/google_benchmark_bazel/my_benchmark --benchmark_filter=^BM_FibonacciRecursive_Darwin$
258+
run: ./bazel-bin/examples/google_benchmark_bazel/my_benchmark --benchmark_filter=BM_FibonacciRecursive_Darwin
259259
mode: walltime

0 commit comments

Comments
 (0)