Mercurial > hg
changeset 42461:74e2f4b609f6
perf: clarify some of the custom behavior of `perfrevlogwrite`
This reduce the chance of developers being surprised by special cases.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Wed, 12 Jun 2019 17:30:24 +0100 |
parents | e4c85e23c9ff |
children | bc4373babd04 |
files | contrib/perf.py |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/perf.py Wed Jun 12 16:56:41 2019 +0100 +++ b/contrib/perf.py Wed Jun 12 17:30:24 2019 +0100 @@ -2093,6 +2093,16 @@ (use a delta from the first parent otherwise) * `parent-smallest`: add from the smallest delta (either p1 or p2) * `storage`: add from the existing precomputed deltas + + Note: This performance command measures performance in a custom way. As a + result some of the global configuration of the 'perf' command does not + apply to it: + + * ``pre-run``: disabled + + * ``profile-benchmark``: disabled + + * ``run-limits``: disabled use --count instead """ opts = _byteskwargs(opts)