[or-cvs] r18293: {torflow} Change these back to have a larger sample size and lower con (torflow/trunk/CircuitAnalysis/BuildTimes)

mikeperry at seul.org mikeperry at seul.org
Wed Jan 28 13:15:08 UTC 2009


Author: mikeperry
Date: 2009-01-28 08:15:08 -0500 (Wed, 28 Jan 2009)
New Revision: 18293

Modified:
   torflow/trunk/CircuitAnalysis/BuildTimes/full_run.sh
Log:

Change these back to have a larger sample size and lower
concurrent circuit counts.



Modified: torflow/trunk/CircuitAnalysis/BuildTimes/full_run.sh
===================================================================
--- torflow/trunk/CircuitAnalysis/BuildTimes/full_run.sh	2009-01-28 11:30:01 UTC (rev 18292)
+++ torflow/trunk/CircuitAnalysis/BuildTimes/full_run.sh	2009-01-28 13:15:08 UTC (rev 18293)
@@ -2,8 +2,8 @@
 
 mkdir slices
 
-./buildtimes.py -n 5000 -s 3 -e 93 -c 20 -d ./slices >& ./slices/bt-slices.log
-./buildtimes.py -n 5000 -s 3 -g -e 50 -c 40 -d ./slices >& ./slices/bt-guards.log
-./buildtimes.py -n 20000 -d slices/ -s 93 -c 100 >& ./slices/bt-all.log
+./buildtimes.py -n 10000 -s 3 -e 93 -c 15 -d ./slices >& ./slices/bt-slices.log
+./buildtimes.py -n 10000 -s 3 -g -e 50 -c 30 -d ./slices >& ./slices/bt-guards.log
+./buildtimes.py -n 100000 -d slices/ -s 93 -c 100 >& ./slices/bt-all.log
 
 mv slices slices-`date +%Y-%m-%d-%H:%M`



More information about the tor-commits mailing list