mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-31 15:27:50 +00:00
9 lines
206 B
Bash
Executable File
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 |