Skip to content

Commit 18c703b

Browse files
committed
Update examples to match pkgs with corresponding lang benchmarks
1 parent a5c80f1 commit 18c703b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

tools/make/lib/benchmark/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ $ make benchmark-c
7373

7474
The 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

118118
The 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

123123
This 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

158158
The 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

163163
This 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

196196
The 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

200200
This 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

232232
The 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

236236
This 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

268268
The 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

272272
This 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

304304
The 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

308308
This 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

Comments
 (0)