comparison contrib/vim/hgcommand.vim @ 40550:164b2e77f9a5

perf: introduce a perfrevlogwrite command The command record times taken by adding many revisions to a revlog. Timing each addition, individually. The "added revision" are recreations of the original ones. To time each addition individually, we have to handle the timing and the reporting ourselves. This command is introduced to track the impact of sparse-revlog format on delta computations at initial storage time. It starts with the full text, a situation similar to the "commit". Additions from an existing delta are better timed with bundles. The complaints from `check-perf-code.py` are not relevant. We are accessing and "revlog" opener, not a repository opener.
author Boris Feld <boris.feld@octobus.net>
date Wed, 03 Oct 2018 10:53:29 +0200
parents 4b0fc75f9403
children
comparison
equal deleted inserted replaced
40549:d6ec45b79277 40550:164b2e77f9a5