Files
lodash/perf/run-perf.sh
John-David Dalton 88327aeba2 Use nano.jar in perf/index.html.
Former-commit-id: a5a3d79dd2c940dd654d2c91cf80665d72b22080
2012-05-20 05:26:39 -04:00

9 lines
206 B
Bash
Executable File

cd "$(dirname "$0")"
for cmd in rhino ringo narwhal node; do
echo ""
echo "Running performance suite in $cmd..."
$cmd perf.js
done
echo ""
echo "Running performance suite in a browser..."
open index.html