Skip to content

Commit 08455c5

Browse files
committed
Add filter example
1 parent 606c8b7 commit 08455c5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tools/make/lib/benchmark/fortran.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-fortran
18+
#
19+
# @example
20+
# make benchmark-fortran BENCHMARKS_FILTER=.*/blas/base/daxpy/.*
1821
#/
1922
benchmark-fortran:
2023
$(QUIET) $(FIND_FORTRAN_BENCHMARKS_CMD) | grep '^[\/]\|^[a-zA-Z]:[/\]' | while read -r file; do \

0 commit comments

Comments
 (0)