aboutsummaryrefslogtreecommitdiffstats
path: root/test-perf.sh
blob: 21ef066d0b36257056f19d63530088b5f251f7ca (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

norecompile=$1

if [[ $norecompile = "" ]]; then
  rake compile
fi

java -jar lib/jstestdriver/JsTestDriver.jar --tests all --config jsTestDriver-perf.conf $@