contrib/perf.py
Thu, 17 Jan 2019 09:17:12 -0800 Martin von Zweigbergk cleanup: delete lots of unused local variables
Tue, 04 Dec 2018 11:22:31 -0800 Martin von Zweigbergk perfrevlogwrite: use progress helper on modern hg
Wed, 19 Dec 2018 02:57:48 +0100 Boris Feld perfrevlogwrite: fix a typo in the option name
Mon, 17 Dec 2018 10:37:22 +0100 Boris Feld perfrevflogwrite: clear revlog cache between each write
Thu, 06 Dec 2018 10:38:30 +0100 Boris Feld perf: report more of the higher range in perfrevlogwrite
Fri, 14 Dec 2018 12:00:38 -0500 Augie Fackler perf: add two more missing b prefixes for Python 3
Fri, 14 Dec 2018 19:21:28 +0300 Pulkit Goyal py3: add a missing b'' prefix in contrib/perf.py
Thu, 13 Dec 2018 17:10:03 +0100 Georges Racinet perfdiscovery: benching findcommonheads()
Mon, 10 Dec 2018 20:01:07 +0000 Gregory Szorc perf: add perfprogress command
Sat, 01 Dec 2018 15:57:27 +0100 Boris Feld perf: add a --rev attribute to perfindex
Fri, 23 Nov 2018 06:03:38 +0100 Boris Feld perf: update perfindex to be more realistic
Fri, 23 Nov 2018 01:09:37 +0100 Boris Feld perf: add a `--clear-caches` to `perfbranchmapupdate`
Wed, 21 Nov 2018 21:11:47 +0000 Boris Feld perf: start from an existing branchmap if possible
Wed, 21 Nov 2018 20:35:22 +0000 Boris Feld perf: rely on repoview for perfbranchmapupdate
Wed, 21 Nov 2018 22:56:06 +0100 Boris Feld perf: pre-indent some code in `perfbranchmapupdate`
Wed, 21 Nov 2018 12:02:25 +0000 Boris Feld perf: add a `perfbranchmapupdate` command
Thu, 22 Nov 2018 21:00:13 +0100 Boris Feld perf: add a perfignore command
Tue, 20 Nov 2018 17:44:24 +0000 Boris Feld perf: disable revlogs clearing in `perftags` by default
Tue, 20 Nov 2018 10:55:20 +0000 Boris Feld perf: add a `clear-revlogs` flag to `perfbookmarks`
Tue, 20 Nov 2018 10:46:20 +0000 Boris Feld perf: add a `clear-revlogs` flag to `perftags`
Sun, 25 Nov 2018 13:37:53 +0100 Boris Feld perf: stop creating new revlog by hand in perftags
Mon, 26 Nov 2018 00:15:12 +0100 Boris Feld perf: rename `perfhelper-tracecopies` to `perfhelper-pathcopies`
Mon, 26 Nov 2018 00:13:50 +0100 Boris Feld perf: add a docstring to `perfpathcopies`
Fri, 23 Nov 2018 19:32:51 +0100 Boris Feld perf: add a `--timing` argument to `perfhelper-tracecopies`
Thu, 22 Nov 2018 23:48:44 +0100 Boris Feld perf: run 'setup' function during stub run
Fri, 23 Nov 2018 02:08:01 +0100 Boris Feld perf: fallback to subset if ondisk cache is missing in perfbranchmapload
Fri, 23 Nov 2018 02:11:11 +0100 Boris Feld perf: prewarm the branchmap in perfbranchmapload
Thu, 22 Nov 2018 18:14:21 +0300 Pulkit Goyal perf: rename version flag of perfchangegroupchangelog to cgversion
Fri, 23 Nov 2018 06:32:32 +0100 Boris Feld perf: add --clear-revlog flag to branchmapload
Fri, 23 Nov 2018 06:32:28 +0100 Boris Feld perf: introduce a function to fully "unload" a changelog
Fri, 23 Nov 2018 01:32:57 +0100 Boris Feld perf: use an explicit function in perfbranchmapload
Fri, 23 Nov 2018 01:20:18 +0100 Boris Feld perf: update function name to match `perfbranchmapload` command
Wed, 21 Nov 2018 11:46:47 +0000 Boris Feld perf: fix a minor typo in perfbranchmapload
Mon, 19 Nov 2018 14:14:56 +0000 Boris Feld perf: add a new `perfhelper-tracecopies` command
Mon, 19 Nov 2018 16:50:21 +0000 Boris Feld perf: make `clearfilecache` helper work with any object
Tue, 20 Nov 2018 10:10:25 +0000 Boris Feld perf: move some of the perftags benchmark to the setup function
Mon, 19 Nov 2018 23:14:46 +0000 Boris Feld perf: use the new setup function in "perfbookmarks"
Mon, 19 Nov 2018 22:55:07 +0000 Boris Feld perf: add a `setup` argument to run code outside of the timed section
Mon, 19 Nov 2018 23:02:29 +0000 Boris Feld perf: explicitly pass title as a keyword argument in `perfdiffwd`
Mon, 05 Nov 2018 15:57:31 +0100 Boris Feld perf: add a lazydeltabase option to perfrevlogwrite
Mon, 05 Nov 2018 15:24:09 +0100 Boris Feld perf: add `storage` as possible source for perfrevlogwrite
Mon, 05 Nov 2018 15:19:44 +0100 Boris Feld perf: add `parent-smallest` as possible source for perfrevlogwrite
Mon, 05 Nov 2018 15:15:18 +0100 Boris Feld perf: add `parent-2` as possible source for perfrevlogwrite
Mon, 05 Nov 2018 15:15:02 +0100 Boris Feld perf: add `parent-1` as possible source for perfrevlogwrite
Fri, 19 Oct 2018 17:23:29 +0200 Boris Feld perf: add the notion of "source" to perfrevlogwrite
Tue, 06 Nov 2018 00:57:34 +0100 Boris Feld perf: only display the total time for perfrevlogwrite if quiet
Wed, 03 Oct 2018 11:04:57 +0200 Boris Feld perf: offer full details in perfrevlogwrite
Wed, 03 Oct 2018 10:53:29 +0200 Boris Feld perf: introduce a perfrevlogwrite command
Mon, 05 Nov 2018 17:24:39 +0100 Boris Feld perf: fix perfrevlogrevisions --reverse
Tue, 06 Nov 2018 11:05:13 +0100 Boris Feld perf: measure slicing time in perfrevlogrevision
Tue, 06 Nov 2018 11:04:23 +0100 Boris Feld perf: teach perfrevlogrevision about sparse reading
Tue, 06 Nov 2018 11:13:31 +0100 Boris Feld perf: use the same timer for all section of perfrevlogrevision
Mon, 15 Oct 2018 22:02:10 -0400 Matt Harbison py3: restore perfstartup() prior to b456b2e0ad9f on Windows
Fri, 12 Oct 2018 18:49:11 +0200 Rodrigo Damazio help: adding a proper declaration for shortlist/basic commands (API)
Sat, 13 Oct 2018 03:46:57 +0300 Pulkit Goyal py3: make test-contrib-perf.t work on python 3
Wed, 03 Oct 2018 10:46:56 +0200 Boris Feld perf: extract result formatting in its own function
Tue, 02 Oct 2018 18:54:06 +0200 Boris Feld perf: extract the timing of a section in a context manager
Mon, 01 Oct 2018 17:23:54 +0200 Boris Feld pref: support negative indexing in perfrevlogrevisions
Mon, 01 Oct 2018 17:37:38 +0200 Boris Feld perf: accept formatter option for perfmanifest
Mon, 01 Oct 2018 17:53:47 +0200 Boris Feld perf: fix -T json
less more (0) -100 -60 tip