# HG changeset patch # User Pierre-Yves David <pierre-yves.david@octobus.net> # Date 1534240918 -7200 # Tue Aug 14 12:01:58 2018 +0200 # Node ID f4a76e419bc8363299188572ef37b4455963c0a2 # Parent d4af0d776a23cdd4432ce0afb8e17978c05699aa time_archive: run 3 time Archive is a fairly long benchmark in all tests. We fix the number of run to 3 to work around limitation of the current ASV scheduling. diff --git a/benchmarks/basic_commands.py b/benchmarks/basic_commands.py --- a/benchmarks/basic_commands.py +++ b/benchmarks/basic_commands.py @@ -126,6 +126,11 @@ class ArchiveTimeTestSuite(BaseTestSuite): + # work-around repeat because mozilla central en netbeans are very slow + # mercurial's own archive is about a second so it would use more run. + repeat = 3 + number = 1 + timeout = 300 param_names = TimeTestSuite.param_names + ['type'] # The "file" type have been disabled. It does not yield very different