diff options
author | John MacFarlane <[email protected]> | 2015-01-17 21:01:39 -0800 |
---|---|---|
committer | John MacFarlane <[email protected]> | 2015-01-17 21:01:39 -0800 |
commit | c360bb0e1767cd89e51a8580c29c2ccfbbd5a0f1 (patch) | |
tree | f0cfab15c1d04be5fdaca70233144ec65cc89c08 /tools/detailed_benchmarks.sh | |
parent | 16b275eb7b83ccbea6ef18b1c62efa655a1d3759 (diff) |
Added new fine-grained JS benchmarks.
And a script to run them.
Diffstat (limited to 'tools/detailed_benchmarks.sh')
-rwxr-xr-x | tools/detailed_benchmarks.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/detailed_benchmarks.sh b/tools/detailed_benchmarks.sh new file mode 100755 index 0000000..8bc76b4 --- /dev/null +++ b/tools/detailed_benchmarks.sh @@ -0,0 +1,2 @@ +sudo echo "" +for x in samples/*.md; do make benchjs BENCHINP=$x; done | awk -f tools/format_benchmarks.awk |