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

benchmark: add a update of 10 revisions

parent ac72601895e7
No related branches found
No related tags found
No related merge requests found
......@@ -249,6 +249,18 @@
def time_update(self, repo, **kwargs):
self.hg("up", "-r", "tip")
class Rev10UpdateTimeTestSuite(BaseUpdateTimeTestSuite):
update_source_rev = "tip~10"
timeout = 500
@benchmark_name('simple_command.write.update.rev10anc.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