[flashproxy/master] Remove debug=1 from tests; text output slows the transfers down a lot.

commit 72bd74a91ad923924326d7d7ad9a9f6af4b2181e Author: David Fifield <david@bamsoftware.com> Date: Mon Jul 18 18:13:40 2011 -0700 Remove debug=1 from tests; text output slows the transfers down a lot. --- experiments/00 | 2 +- experiments/01 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/experiments/00 b/experiments/00 index a93ff3a..ecc8c48 100755 --- a/experiments/00 +++ b/experiments/00 @@ -50,7 +50,7 @@ done # Start the flash proxy, server side echo "starting flash proxy server side..." -firefox --remote "openURL(http://localhost:1080/swfcat.swf?debug=1&facilitator=127.0.0.1:4701)" +firefox --remote "openURL(http://localhost:1080/swfcat.swf?facilitator=127.0.0.1:4701)" let query_fac_time=NUM_CLIENTS+2 sleep ${query_fac_time} diff --git a/experiments/01 b/experiments/01 index 8a62479..10ee99d 100755 --- a/experiments/01 +++ b/experiments/01 @@ -52,7 +52,7 @@ sleep 15 # Start the flash proxy, server side echo "starting flash proxy server side..." -firefox --remote "openURL(http://localhost:1080/swfcat.swf?debug=1&facilitator=127.0.0.1:4701)" +firefox --remote "openURL(http://localhost:1080/swfcat.swf?facilitator=127.0.0.1:4701)" sleep 15
participants (1)
-
dcf@torproject.org