Mercurial > public > mercurial-scm > hg-stable
diff tests/test-contrib-perf.t @ 38771:1732db2f8210 stable
perf: add a perfphasesremote command
This command measure the time we spend analysing remote phase during push and
pull and display some information relevant to this computation.
The `test-contrib-perf.t` expected output has to be updated but I do need
these module for this perf command.
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Fri, 17 Aug 2018 17:51:06 +0200 |
parents | 2cdb82e8fb44 |
children | b95b48a55c36 |
line wrap: on
line diff
--- a/tests/test-contrib-perf.t Wed Aug 15 14:43:40 2018 +0200 +++ b/tests/test-contrib-perf.t Fri Aug 17 17:51:06 2018 +0200 @@ -99,6 +99,8 @@ perfpathcopies (no help text available) perfphases benchmark phasesets computation + perfphasesremote + benchmark time needed to analyse phases of the remote server perfrawfiles (no help text available) perfrevlogchunks Benchmark operations on revlog chunks. @@ -207,4 +209,7 @@ contrib/perf.py:\d+: (re) > from mercurial import ( import newer module separately in try clause for early Mercurial + contrib/perf.py:\d+: (re) + > from mercurial import ( + import newer module separately in try clause for early Mercurial [1]