Skip to content

Commit 3caa8de

Browse files
committed
Add missing environment variable
1 parent a0c302a commit 3caa8de

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

tools/make/lib/benchmark/c.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ compile_c_benchmark_bin := $(TOOLS_DIR)/scripts/compile_c_benchmark
1616
# - This recipe is useful when wanting to glob for C benchmark files (e.g., run all C benchmarks for a particular package).
1717
#
1818
#
19+
# @param {string} [BENCHMARKS_FILTER] - filepath pattern (e.g., `.*/math/base/special/abs/.*`)
1920
# @param {string} [C_COMPILER] - C compiler (e.g., `gcc`)
2021
# @param {string} [BLAS] - BLAS library name (e.g., `openblas`)
2122
# @param {string} [BLAS_DIR] - BLAS directory

0 commit comments

Comments
 (0)