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

benchmark: add an update from tip to nothing

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