From e3ddc2bcc48ba6160455c4ffe35df87715c05693 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Tue, 21 Dec 2010 17:13:07 -0800 Subject: 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. --- server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server.sh') 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 -- cgit v1.2.3