Skip to content

Commit 606c8b7

Browse files
committed
Add filter example
1 parent e9ceab0 commit 606c8b7

File tree

1 file changed

+3
-0
lines changed
  • tools/make/lib/benchmark

1 file changed

+3
-0
lines changed

tools/make/lib/benchmark/cpp.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
#
1616
# @example
1717
# make benchmark-cpp
18+
#
19+
# @example
20+
# make benchmark-cpp BENCHMARKS_FILTER=.*/math/base/special/beta/.*
1821
#/
1922
benchmark-cpp:
2023
$(QUIET) $(FIND_CPP_BENCHMARKS_CMD) | grep '^[\/]\|^[a-zA-Z]:[/\]' | while read -r file; do \

0 commit comments

Comments
 (0)