@@ -73,7 +73,7 @@ $ make benchmark-c
7373
7474The recipe recognizes the following environment variables:
7575
76- - ** BENCHMARKS_FILTER** : filepath pattern; e.g., ` .*/blas /base/dasum /.* ` .
76+ - ** BENCHMARKS_FILTER** : filepath pattern; e.g., ` .*/math /base/special/abs /.* ` .
7777- ** BLAS** : BLAS library name; e.g., ` openblas ` .
7878- ** BLAS_DIR** : BLAS directory.
7979- ** C_COMPILER** : C compiler; e.g., ` gcc ` .
@@ -117,7 +117,7 @@ $ make benchmark-cpp
117117
118118The recipe recognizes the following environment variables:
119119
120- - ** BENCHMARKS_FILTER** : filepath pattern; e.g., ` .*/blas /base/dasum /.* ` .
120+ - ** BENCHMARKS_FILTER** : filepath pattern; e.g., ` .*/math /base/special/beta /.* ` .
121121- ** CXX_COMPILER** : C++ compiler; e.g., ` g++ ` .
122122
123123This recipe is useful when wanting to glob for C++ benchmark files (e.g., run all C++ benchmarks for a particular package).
@@ -157,7 +157,7 @@ $ make benchmark-fortran
157157
158158The recipe recognizes the following environment variables:
159159
160- - ** BENCHMARKS_FILTER** : filepath pattern; e.g., ` .*/blas/base/dasum /.* ` .
160+ - ** BENCHMARKS_FILTER** : filepath pattern; e.g., ` .*/blas/base/daxpy /.* ` .
161161- ** FORTRAN_COMPILER** : Fortran compiler; e.g., ` gfortran ` .
162162
163163This recipe is useful when wanting to glob for Fortran benchmark files (e.g., run all Fortran benchmarks for a particular package).
@@ -195,7 +195,7 @@ $ make benchmark-javascript
195195
196196The recipe recognizes the following environment variables:
197197
198- - ** BENCHMARKS_FILTER** : filepath pattern; e.g., ` .*/blas/base/dasum /.* ` .
198+ - ** BENCHMARKS_FILTER** : filepath pattern; e.g., ` .*/utils/group-by /.* ` .
199199
200200This recipe is useful when wanting to glob for JavaScript benchmark files (e.g., run all JavaScript benchmarks for a particular package).
201201
@@ -231,7 +231,7 @@ $ make benchmark-julia
231231
232232The recipe recognizes the following environment variables:
233233
234- - ** BENCHMARKS_FILTER** : filepath pattern; e.g., ` .*/blas /base/dasum /.* ` .
234+ - ** BENCHMARKS_FILTER** : filepath pattern; e.g., ` .*/math /base/special/erf /.* ` .
235235
236236This recipe is useful when wanting to glob for Julia benchmark files (e.g., run all Julia benchmarks for a particular package).
237237
@@ -267,7 +267,7 @@ $ make benchmark-python
267267
268268The recipe recognizes the following environment variables:
269269
270- - ** BENCHMARKS_FILTER** : filepath pattern; e.g., ` .*/blas /base/dasum /.* ` .
270+ - ** BENCHMARKS_FILTER** : filepath pattern; e.g., ` .*/math /base/special/digamma /.* ` .
271271
272272This recipe is useful when wanting to glob for Python benchmark files (e.g., run all Python benchmarks for a particular package).
273273
@@ -303,7 +303,7 @@ $ make benchmark-r
303303
304304The recipe recognizes the following environment variables:
305305
306- - ** BENCHMARKS_FILTER** : filepath pattern; e.g., ` .*/blas /base/dasum /.* ` .
306+ - ** BENCHMARKS_FILTER** : filepath pattern; e.g., ` .*/math /base/special/expm1 /.* ` .
307307
308308This recipe is useful when wanting to glob for R benchmark files (e.g., run all R benchmarks for a particular package).
309309
0 commit comments