Commit b2834258 authored by Arnaud Fontaine's avatar Arnaud Fontaine

Fix preRun/postRun

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk/utils@45939 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ccd004bf
...@@ -39,10 +39,10 @@ class CSVScalabilityBenchmarkResult(CSVBenchmarkResult): ...@@ -39,10 +39,10 @@ class CSVScalabilityBenchmarkResult(CSVBenchmarkResult):
from erp5.utils.benchmark.performance_tester import PerformanceTester from erp5.utils.benchmark.performance_tester import PerformanceTester
class ScalabilityTester(PerformanceTester): class ScalabilityTester(PerformanceTester):
def preRun(self): def preRun(self, *args, **kwargs):
pass pass
def postRun(self): def postRun(self, *args, **kwargs):
pass pass
def getResultClass(self): def getResultClass(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment