[Erp5-report] r8848 - /erp5/trunk/utils/erp5mechanize/run.sh

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Jul 28 13:04:16 CEST 2006


Author: vincent
Date: Fri Jul 28 13:04:13 2006
New Revision: 8848

URL: http://svn.erp5.org?rev=8848&view=rev
Log:
Make user number relative to one zope, and still make it increase by stpes of one.

Modified:
    erp5/trunk/utils/erp5mechanize/run.sh

Modified: erp5/trunk/utils/erp5mechanize/run.sh
URL: http://svn.erp5.org/erp5/trunk/utils/erp5mechanize/run.sh?rev=8848&r1=8847&r2=8848&view=diff
==============================================================================
--- erp5/trunk/utils/erp5mechanize/run.sh (original)
+++ erp5/trunk/utils/erp5mechanize/run.sh Fri Jul 28 13:04:13 2006
@@ -19,7 +19,7 @@
 fi
 
 for NUMZOPE in `seq $2`; do
-  for NUMUSERS in `seq $3`; do
+  for NUMUSERS in `seq $[$3*$NUMZOPE]`; do
     echo "Starting test with $NUMZOPE zopes and $NUMUSERS users..."
     python runBenchmarks.py --results "$RESULT_DIR/${NUMZOPE}z_${NUMUSERS}u_results.csv" --Lazyness 1 --usercount "$NUMUSERS" --config "$1" --Repeat 5 --zopecount "$
 NUMZOPE" 2> "$RESULT_DIR/${NUMZOPE}z_${NUMUSERS}u_error.log" || exit 1




More information about the Erp5-report mailing list