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

benchmark: add an update of ten thousand revisions

parent 23351d9e59d7
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -261,6 +261,17 @@
self.hg("up", "-r", "tip")
class Rev10000UpdateTimeTestSuite(BaseUpdateTimeTestSuite):
update_source_rev = "tip~10000"
timeout = 500
@benchmark_name('simple_command.write.update.rev10000anc.time_bench')
@params_as_kwargs
def time_update(self, repo, **kwargs):
self.hg("up", "-r", "tip")
# class TimeTestSuite(BaseTestSuite):
#
# def time_emptystatus(self, *args, **kwargs):
......
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