aboutsummaryrefslogtreecommitdiffstats
path: root/server.sh
diff options
context:
space:
mode:
authorIgor Minar2010-12-21 17:13:07 -0800
committerIgor Minar2010-12-22 14:16:36 -0800
commite3ddc2bcc48ba6160455c4ffe35df87715c05693 (patch)
treeba60df45585e778958804fb92b14f1dcbd0123ae /server.sh
parentd11088eb430ef7f0b444888517868ba880610f6b (diff)
downloadangular.js-e3ddc2bcc48ba6160455c4ffe35df87715c05693.tar.bz2
simple perf testing harness with JSON parsing tests
- all tests should be under perf/ - all payloads should be under perf/data - run tests with ./server.sh + ./test-perf.sh We still lack a way to compare results against a baseline, but this is better than nothing.
Diffstat (limited to 'server.sh')
-rwxr-xr-xserver.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/server.sh b/server.sh
index f6e5042c..ba667656 100755
--- a/server.sh
+++ b/server.sh
@@ -1,3 +1,3 @@
#!/bin/bash
-java -jar lib/jstestdriver/JsTestDriver.jar --port 9876 --browserTimeout 20000
+java -jar lib/jstestdriver/JsTestDriver.jar --port 9876 --browserTimeout 90000