Skip to content
Snippets Groups Projects
Commit 87dce27d7298 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

benchmarks: disable multi threaded worker

This is overall bad for our number, however, the current setup poorly exploit
them and create issue, we disable them until this get fixed.
parent 6c141455a538
No related branches found
No related tags found
No related merge requests found
......@@ -184,6 +184,8 @@
'hg --cwd /path/to/repo'
"""
args = list(args)
# disabled multi worker because out current test setup is bad with multi CPU
args = ["--config", "worker.enabled=no"] + args
if '--cwd' not in args:
# use self.repo_path as repo
args = ['--cwd', self.repo_path] + args
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment