diff tests/test-contrib-perf.t @ 40941:db6cace18765

perfdiscovery: benching findcommonheads() This works between the local repo and any peer given by its path, and should be useful for further work on discovery Differential Revision: https://phab.mercurial-scm.org/D5418
author Georges Racinet <gracinet@anybox.fr>
date Thu, 13 Dec 2018 17:10:03 +0100
parents 008f3491dc53
children 48394923fbdc
line wrap: on
line diff
--- a/tests/test-contrib-perf.t	Thu Dec 13 14:44:54 2018 -0500
+++ b/tests/test-contrib-perf.t	Thu Dec 13 17:10:03 2018 +0100
@@ -79,6 +79,9 @@
                  (no help text available)
    perfdirstatewrite
                  (no help text available)
+   perfdiscovery
+                 benchmark discovery between local repo and the peer at given
+                 path
    perffncacheencode
                  (no help text available)
    perffncacheload
@@ -206,6 +209,7 @@
   $ hg perfvolatilesets
   $ hg perfwalk
   $ hg perfparents
+  $ hg perfdiscovery -q .
 
 test actual output
 ------------------