Mercurial > public > mercurial-scm > hg-stable
diff tests/test-contrib-perf.t @ 49444:b081a5aab782
perf-bundle: add a new command to benchmark bundle creation time
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Mon, 11 Jul 2022 22:50:59 +0200 |
parents | af0b21d5a930 |
children | 3c5d0f879404 |
line wrap: on
line diff
--- a/tests/test-contrib-perf.t Tue Jul 12 01:34:18 2022 +0200 +++ b/tests/test-contrib-perf.t Mon Jul 11 22:50:59 2022 +0200 @@ -96,6 +96,7 @@ perf::branchmapupdate benchmark branchmap update from for <base> revs to <target> revs + perf::bundle benchmark the creation of a bundle from a repository perf::bundleread Benchmark reading of bundle files. perf::cca (no help text available) @@ -385,6 +386,7 @@ searching for changes searching for changes searching for changes + $ hg perf::bundle 'last(all(), 5)' test profile-benchmark option ------------------------------