Mercurial > public > mercurial-scm > hg-stable
diff tests/test-contrib-perf.t @ 43197:0c4efb6eb4fa
perf: introduce a `--contains` flag to the `perfdirstate` command
The new flag benchmark a large amount of `filepath in dirstate` call. This will
be useful to compare the Python and Rust implementation of the dirstatemap.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Tue, 08 Oct 2019 04:28:23 -0400 |
parents | 5f9b1250b82a |
children | bfc68404cccd |
line wrap: on
line diff
--- a/tests/test-contrib-perf.t Tue Oct 08 04:23:04 2019 -0400 +++ b/tests/test-contrib-perf.t Tue Oct 08 04:28:23 2019 -0400 @@ -205,6 +205,7 @@ $ hg perfdirfoldmap $ hg perfdirs $ hg perfdirstate + $ hg perfdirstate --contains $ hg perfdirstate --iteration $ hg perfdirstatedirs $ hg perfdirstatefoldmap