[Erp5-report] r45939 arnaud.fontaine - /erp5/trunk/utils/erp5.utils.benchmark/src/erp5/util...
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Jun 22 05:19:28 CEST 2011
Author: arnaud.fontaine
Date: Wed Jun 22 05:19:27 2011
New Revision: 45939
URL: http://svn.erp5.org?rev=45939&view=rev
Log:
Fix preRun/postRun
Modified:
erp5/trunk/utils/erp5.utils.benchmark/src/erp5/utils/benchmark/scalability_tester.py
Modified: erp5/trunk/utils/erp5.utils.benchmark/src/erp5/utils/benchmark/scalability_tester.py
URL: http://svn.erp5.org/erp5/trunk/utils/erp5.utils.benchmark/src/erp5/utils/benchmark/scalability_tester.py?rev=45939&r1=45938&r2=45939&view=diff
==============================================================================
--- erp5/trunk/utils/erp5.utils.benchmark/src/erp5/utils/benchmark/scalability_tester.py [utf8] (original)
+++ erp5/trunk/utils/erp5.utils.benchmark/src/erp5/utils/benchmark/scalability_tester.py [utf8] Wed Jun 22 05:19:27 2011
@@ -39,10 +39,10 @@ class CSVScalabilityBenchmarkResult(CSVB
from erp5.utils.benchmark.performance_tester import PerformanceTester
class ScalabilityTester(PerformanceTester):
- def preRun(self):
+ def preRun(self, *args, **kwargs):
pass
- def postRun(self):
+ def postRun(self, *args, **kwargs):
pass
def getResultClass(self):
More information about the Erp5-report
mailing list