mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 19:07:49 +00:00
Reverse order of environments in run-perf.sh.
Former-commit-id: 8ee0ed5dd569c4e7dd32badd7aabe2e29b579b60
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
cd "$(dirname "$0")"
|
cd "$(dirname "$0")"
|
||||||
for cmd in rhino ringo narwhal node; do
|
for cmd in node narwhal ringo rhino; do
|
||||||
echo ""
|
echo ""
|
||||||
echo "Running performance suite in $cmd..."
|
echo "Running performance suite in $cmd..."
|
||||||
$cmd perf.js
|
$cmd perf.js
|
||||||
|
|||||||
Reference in New Issue
Block a user