Mercurial > hg-stable
changeset 25850:b130764e3eb5
perf: mark experimental option presleep
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Sat, 18 Jul 2015 14:16:36 -0500 |
parents | d1cb185b9ee2 |
children | bf3d10f0c34a |
files | contrib/perf.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/perf.py Sat Jul 18 14:16:07 2015 -0500 +++ b/contrib/perf.py Sat Jul 18 14:16:36 2015 -0500 @@ -18,6 +18,7 @@ place instead of duplicating it in all performance command.""" # enforce an idle period before execution to counteract power management + # experimental config: perf.presleep time.sleep(ui.configint("perf", "presleep", 1)) if opts is None: