contrib/perf.py
changeset 42461 74e2f4b609f6
parent 42460 e4c85e23c9ff
child 42462 bc4373babd04
--- 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)