You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# make benchmark BENCHMARKS_FILTER=.*/blas/base/dasum/.*
25
+
#/
19
26
benchmark: benchmark-javascript
20
27
21
28
.PHONY: benchmark
22
29
23
-
24
-
#Run cross-language benchmarks.
30
+
#/
31
+
#Runs cross-language benchmarks.
25
32
#
26
-
# This target runs cross-language benchmarks.
27
-
33
+
# ## Notes
34
+
#
35
+
# - This recipe supports the environment variables supported by each language-specific (`benchmark-<lang>`) prerequisite.
36
+
# - This recipe is useful when wanting to glob for benchmark files, irrespective of language, for a particular package in order to compare cross-language performance.
Copy file name to clipboardExpand all lines: tools/make/lib/benchmark/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ Runs cross-language benchmarks.
51
51
$ make benchmark-lang
52
52
```
53
53
54
-
The recipe supports the environment variables for each language-specific (`benchmark-<lang>`) recipe documented below.
54
+
The recipe supports the environment variables supported by each language-specific (`benchmark-<lang>`) recipe documented below.
55
55
56
56
This recipe is useful when wanting to glob for benchmark files, irrespective of language, for a particular package in order to compare cross-language performance.
0 commit comments