diff --git a/perf/run-perf.sh b/perf/run-perf.sh deleted file mode 100755 index eaa63ae4c..000000000 --- a/perf/run-perf.sh +++ /dev/null @@ -1,14 +0,0 @@ -cd "$(dirname "$0")" - -echo "Running performance suite in node..." -node perf.js ../lodash.js && node perf.js ../lodash.min.js - -for cmd in rhino "rhino -require" narwhal ringo phantomjs; do - echo "" - echo "Running performance suite in $cmd..." - $cmd perf.js ../lodash.min.js -done - -echo "" -echo "Running performance suite in a browser..." -open index.html