[Erp5-report] r37648 yo - /erp5/trunk/products/ERP5/tests/testSimulationPerformance.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Aug 9 10:08:32 CEST 2010
Author: yo
Date: Mon Aug 9 10:08:32 2010
New Revision: 37648
URL: http://svn.erp5.org?rev=37648&view=rev
Log:
Fix one more trivial mistake.
Modified:
erp5/trunk/products/ERP5/tests/testSimulationPerformance.py
Modified: erp5/trunk/products/ERP5/tests/testSimulationPerformance.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testSimulationPerformance.py?rev=37648&r1=37647&r2=37648&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testSimulationPerformance.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testSimulationPerformance.py [utf8] Mon Aug 9 10:08:32 2010
@@ -277,7 +277,7 @@ class TestSimulationPerformance(ERP5Type
if measurable:
after_time = time()
amount_of_time = after_time - before_time
- min_time, max_time = self._getMinMaxTime()
+ min_time, max_time = self._getMinMaxTime(target)
print "%s took %.4f (%.4f < %.4f < %.4f)" \
% (target, amount_of_time, min_time, amount_of_time, max_time)
# Reset the target to make sure that the same target is not
More information about the Erp5-report
mailing list