We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9ceab0 commit 606c8b7Copy full SHA for 606c8b7
1 file changed
tools/make/lib/benchmark/cpp.mk
@@ -15,6 +15,9 @@
15
#
16
# @example
17
# make benchmark-cpp
18
+#
19
+# @example
20
+# make benchmark-cpp BENCHMARKS_FILTER=.*/math/base/special/beta/.*
21
#/
22
benchmark-cpp:
23
$(QUIET) $(FIND_CPP_BENCHMARKS_CMD) | grep '^[\/]\|^[a-zA-Z]:[/\]' | while read -r file; do \
0 commit comments