Mercurial > hg > mercurial-source
changeset 20830:44e80bf2688f
contrib: explicitly enable perf extension for revset tests
If a developer doesn't have the perf extension enabled the revset
benchmarking will fail. This patch explicitly enables the
perf extension when running the tests.
author | Olle Lundberg <geek@nerd.sh> |
---|---|
date | Tue, 25 Mar 2014 23:10:15 +0100 (2014-03-25) |
parents | 9a09a625bc93 |
children | 864c56cb8945 |
files | contrib/revsetbenchmarks.sh |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/revsetbenchmarks.sh +++ b/contrib/revsetbenchmarks.sh @@ -14,8 +14,8 @@ # to compare performance. HG="hg update" -PERF="./hg perfrevset" -BASE_PERF="hg perfrevset" +PERF="./hg --config extensions.perf=contrib/perf.py perfrevset" +BASE_PERF="hg --config extensions.perf=contrib/perf.py perfrevset" TARGETS=$1 shift