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
#Runs a specified list of JavaScript benchmarks consecutively.
21
34
#
22
-
# This target runs a specified list of JavaScript benchmarks in sequential order. Note that we assume the benchmarks can be run using Node.js.
23
-
35
+
# ## Notes
36
+
#
37
+
# - This recipe assumes that benchmark files can be run via Node.js.
38
+
# - This recipe is useful when wanting to run a list of JavaScript benchmark files generated by some other command (e.g., a list of changed JavaScript benchmark files obtained via `git diff`).
39
+
#
40
+
#
41
+
# @param {string} FILES - list of JavaScript benchmark file paths
42
+
#
43
+
# @example
44
+
# make benchmark-javascript-files FILES='/foo/benchmark.js /bar/benchmark.js'
0 commit comments