diff options
author | Anthony Wang | 2022-04-28 09:24:27 -0500 |
---|---|---|
committer | Anthony Wang | 2022-04-28 09:24:27 -0500 |
commit | 91a0b3735e6767d6c6d401446f42d26f1bb7ff50 (patch) | |
tree | 80430468493ee1e7120f2a7e673a2db15eba25e0 /run.sh | |
parent | d92aedbe8c10f6062e5b003b45e289c341959135 (diff) |
Diffstat (limited to 'run.sh')
-rwxr-xr-x | run.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ run=('./testc' # C 'Rscript test.r' # R 'ecl --shell test.lisp' # Common Lisp 'lua test.lua' # Lua + 'elixir test.exs' # Elixir ) echo ${run[@]@Q} | xargs hyperfine --export-json data.json |