diff --git a/benchmarks/others.py b/benchmarks/others.py index f85c91eabaebdb4fec5adc78739cd0d7d6d22577_YmVuY2htYXJrcy9vdGhlcnMucHk=..52b3cd5fc5e0d2e54b9100eb4d0333ea23d1629d_YmVuY2htYXJrcy9vdGhlcnMucHk= 100644 --- a/benchmarks/others.py +++ b/benchmarks/others.py @@ -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")