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

benchmark: drop the test using `debugdiscovery`

The debug command scope is not stable and impact the result. We should use the
`perfdiscovery` command instead. The current main limitation for the
`perfdiscovery` command right now is the fact we don't make is available for
revision before it was introduced (even if it should be compatible).
parent 853a8fab11f2
No related branches found
No related tags found
No related merge requests found
......@@ -349,12 +349,6 @@
@params_as_kwargs
@not_broken_hgweb
def time_debugdiscovery(self, *args, **kwargs):
self.run(self.clone_path, 'debugdiscovery', self.repo_path,
expected_return_code=0)
@params_as_kwargs
@not_broken_hgweb
def track_discovery_subset(self, *args, **kwargs):
"""Local repository is a subset of remote."""
# self.hg() passes self.repo_path through --cwd, we override
......
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