Commit a7256339 authored by Benjamin Blanc's avatar Benjamin Blanc

scalability: set to 1000000 the maximum number of errors for a benchmark

parent b1faa4cf
......@@ -332,6 +332,7 @@ class ScalabilityLauncher(object):
'--filename-prefix', "%s_%s_" %(LOG_FILE_PREFIX, current_test.title),
'--report-directory', self.__argumentNamespace.log_path,
'--repeat', "%s" %str(MAX_DOCUMENTS),
'--max-errors', str(1000000),
])
# Launch
......
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