Commit 2de6a31b authored by Arnaud Fontaine's avatar Arnaud Fontaine

Scalability tester notification is now useless in Performance Tester

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk/utils@45927 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b5dd4f61
...@@ -38,15 +38,13 @@ import xmlrpclib ...@@ -38,15 +38,13 @@ import xmlrpclib
from benchmark import ArgumentType, BenchmarkProcess from benchmark import ArgumentType, BenchmarkProcess
class PerformanceTester(object): class PerformanceTester(object):
def __init__(self, publish_method=None, namespace=None): def __init__(self, namespace=None):
if not namespace: if not namespace:
self._argument_namespace = self._parse_arguments(argparse.ArgumentParser( self._argument_namespace = self._parse_arguments(argparse.ArgumentParser(
description='Run ERP5 benchmarking suites.')) description='Run ERP5 benchmarking suites.'))
else: else:
self._argument_namespace = namespace self._argument_namespace = namespace
self._publish_method = publish_method
@staticmethod @staticmethod
def _add_parser_arguments(parser): def _add_parser_arguments(parser):
# Optional arguments # Optional arguments
......
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