[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r18088: {} Add test reproduction script. Pretty weak atm. (torflow/trunk/CircuitAnalysis/BuildTimes)



Author: mikeperry
Date: 2009-01-12 04:29:46 -0500 (Mon, 12 Jan 2009)
New Revision: 18088

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

Add test reproduction script. Pretty weak atm.



Added: torflow/trunk/CircuitAnalysis/BuildTimes/full_run.sh
===================================================================
--- torflow/trunk/CircuitAnalysis/BuildTimes/full_run.sh	                        (rev 0)
+++ torflow/trunk/CircuitAnalysis/BuildTimes/full_run.sh	2009-01-12 09:29:46 UTC (rev 18088)
@@ -0,0 +1,5 @@
+#!/bin/sh
+./buildtimes.py -n 20000 -d slices/ -s 80 >& bt.log &
+./buildtimes.py -n 10000 -s 3 -g -e 50 -d ./slices >& bt.log &
+./buildtimes.py -n 10000 -s 3 -e 80 -d ./slices >& bt.log &
+


Property changes on: torflow/trunk/CircuitAnalysis/BuildTimes/full_run.sh
___________________________________________________________________
Name: svn:executable
   + *