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

benchmark: add a benchmark update from nothing to tip

parent d29207941c5c
No related branches found
No related tags found
No related merge requests found
......@@ -216,6 +216,17 @@
def time_update(self, repo, **kwargs):
self.hg("up", "-r", "tip")
class FullUpdateTimeTestSuite(BaseUpdateTimeTestSuite):
update_source_rev = "null"
timeout = 500
@benchmark_name('simple_command.write.update.full.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