aboutsummaryrefslogtreecommitdiffstats
path: root/test-perf.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test-perf.sh')
-rwxr-xr-xtest-perf.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/test-perf.sh b/test-perf.sh
deleted file mode 100755
index 21ef066d..00000000
--- a/test-perf.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-norecompile=$1
-
-if [[ $norecompile = "" ]]; then
- rake compile
-fi
-
-java -jar lib/jstestdriver/JsTestDriver.jar --tests all --config jsTestDriver-perf.conf $@