[tor-commits] [flashproxy/master] Use a 10MB file in the throughput test.
dcf at torproject.org
dcf at torproject.org
Wed Apr 25 20:31:02 UTC 2012
commit 48e645675d8fabd2ebcbfa91f0a6037cf8511b63
Author: David Fifield <david at bamsoftware.com>
Date: Mon Apr 9 09:54:52 2012 -0700
Use a 10MB file in the throughput test.
---
experiments/throughput/throughput.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/experiments/throughput/throughput.sh b/experiments/throughput/throughput.sh
index fc61fb5..8befe65 100755
--- a/experiments/throughput/throughput.sh
+++ b/experiments/throughput/throughput.sh
@@ -42,7 +42,7 @@ stop() {
trap stop EXIT
echo "Create data file."
-dd if=/dev/null of="$DATA_FILE_NAME" bs=1M seek=100 2>/dev/null || exit
+dd if=/dev/null of="$DATA_FILE_NAME" bs=1M seek=10 2>/dev/null || exit
echo "Start web server."
"$THTTPD" -D -d "$FLASHPROXY_DIR" -p 8000 &
More information about the tor-commits
mailing list