[Erp5-report] r9630 - /erp5/trunk/utils/erp5mechanize/runBenchmarks.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Sep 4 11:31:24 CEST 2006


Author: vincent
Date: Mon Sep  4 11:31:23 2006
New Revision: 9630

URL: http://svn.erp5.org?rev=9630&view=rev
Log:
Fix typo.

Modified:
    erp5/trunk/utils/erp5mechanize/runBenchmarks.py

Modified: erp5/trunk/utils/erp5mechanize/runBenchmarks.py
URL: http://svn.erp5.org/erp5/trunk/utils/erp5mechanize/runBenchmarks.py?rev=9630&r1=9629&r2=9630&view=diff
==============================================================================
--- erp5/trunk/utils/erp5mechanize/runBenchmarks.py (original)
+++ erp5/trunk/utils/erp5mechanize/runBenchmarks.py Mon Sep  4 11:31:23 2006
@@ -184,7 +184,7 @@
   for pos in xrange(zopecount):
     instance = instance_list[pos]
     maximum_length = max(maximum_length, len(instance['user_list']))
-    total_usecount += len(instance['user_list'])
+    total_usercount += len(instance['user_list'])
   if usercount is None:
     usercount = maximum_length
   else:




More information about the Erp5-report mailing list