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

benchmark: add tracking for perfphasesremote

parent f85c91eabaeb
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,12 @@
def track_perfphases(self, *args, **kwargs):
return self.perfext("perfphases")
def track_perfphasesremote(self, *args, **kwargs):
"""Check the time necessary to compute phase against oneself"""
# XXX We could do testing against more variation
# (eg: lots of unknown nodes, many draft root, etc)
return self.perfext("perfphasesremote", '.')
def track_perfwalk(self, *args, **kwargs):
return self.perfext("perfwalk")
......
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