Use nano.jar in perf/index.html.

Former-commit-id: a5a3d79dd2c940dd654d2c91cf80665d72b22080
This commit is contained in:
John-David Dalton
2012-05-20 05:26:39 -04:00
parent 8e2d972281
commit 88327aeba2
4 changed files with 20 additions and 5 deletions

View File

@@ -1,7 +1,9 @@
cd "$(dirname "$0")"
for cmd in rhino ringo narwhal node; do
echo ""
echo "Testing in $cmd..."
$cmd test.js
done
echo ""
echo "Testing in a browser..."
open index.html