DEBSOURCES
Skip Quicknav
sources / node-benchmark / 2.1.4%2B~2.1.2-2 / test / run-test.sh
12345678910
cd "$(dirname "$0")" for cmd in phantomjs node; do echo "Testing in $cmd..." $cmd test.js echo "" done echo "Testing in a browser..." open index.html