Mercurial > public > mercurial-scm > hg-stable
diff contrib/perf.py @ 25850:b130764e3eb5
perf: mark experimental option presleep
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Sat, 18 Jul 2015 14:16:36 -0500 |
parents | e8eb3ecdaa0c |
children | 5ba0a99ff27f |
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: