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