Files
lodash/perf/run-perf.sh
John-David Dalton 7e39941ad3 Reverse order of environments in run-perf.sh.
Former-commit-id: 8ee0ed5dd569c4e7dd32badd7aabe2e29b579b60
2012-05-21 10:05:08 -04:00

9 lines
206 B
Bash
Executable File

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