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
|
Fri, 21 Sep 2018 21:14:27 -0400 |
Matt Harbison |
py3: apply byteskwargs to contrib/perf
|
Fri, 21 Sep 2018 20:28:00 -0400 |
Matt Harbison |
py3: un-byteify strings around os.system() and os.devnull in contrib/perf
|
Fri, 21 Sep 2018 20:16:13 -0400 |
Matt Harbison |
py3: work around the lack of sys.maxint in contrib/perf
|
Fri, 21 Sep 2018 20:13:14 -0400 |
Matt Harbison |
py3: switch contrib/perf from xrange to pycompat.xrange
|
Fri, 21 Sep 2018 20:10:36 -0400 |
Matt Harbison |
py3: handle sysstr conversion around get/set attr in contrib/perf
|
Tue, 18 Sep 2018 15:15:24 -0700 |
Gregory Szorc |
localrepo: pass root manifest into manifestlog.__init__
|
Thu, 06 Sep 2018 14:04:46 -0700 |
Gregory Szorc |
util: teach lrucachedict to enforce a max total cost
|
Fri, 07 Sep 2018 12:14:42 -0700 |
Gregory Szorc |
util: allow lrucachedict to track cost of entries
|
Wed, 29 Aug 2018 20:38:38 +0300 |
Pulkit Goyal |
contrib: byteify perf.py file
|