diff options
Diffstat (limited to 'testcases/performance.py')
-rw-r--r-- | testcases/performance.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testcases/performance.py b/testcases/performance.py index 0be99724..a82b5d1c 100644 --- a/testcases/performance.py +++ b/testcases/performance.py @@ -34,4 +34,4 @@ class PerformanceTestCase(TestCase): def run_report(self): super(PerformanceTestCase, self).run_report() if self._tc_results: - report.generate(self._output_file, self._tc_results, self._collector.get_results(), self._type) + report.generate(self) |