Thu, 25 Jan 2018 14:46:19 -0500 |
Augie Fackler |
perf: add a perfunidiff command for benchmarking unified diff speed
|
Wed, 10 Jan 2018 21:09:57 -0800 |
Jun Wu |
perf: do not import util.queue
|
Sun, 17 Dec 2017 04:31:27 +0100 |
Boris Feld |
perf: add threading capability to perfbdiff
|
Mon, 13 Nov 2017 21:10:37 -0800 |
Gregory Szorc |
bundle2: don't use seekable bundle2 parts by default (issue5691)
|
Mon, 13 Nov 2017 19:20:34 -0800 |
Gregory Szorc |
perf: add command to benchmark bundle reading
|
Wed, 15 Nov 2017 01:07:42 -0800 |
Mark Thomas |
dirstate: add explicit methods for querying directories (API)
|
Fri, 13 Oct 2017 21:32:29 +0200 |
Boris Feld |
contrib-perf: register the 'parentscount' config item
|
Fri, 13 Oct 2017 21:31:24 +0200 |
Boris Feld |
contrib-perf: update the config registration
|
Thu, 05 Oct 2017 11:34:41 -0700 |
Durham Goode |
dirstate: move the _dirfoldmap to dirstatemap
|
Thu, 05 Oct 2017 11:34:41 -0700 |
Durham Goode |
dirstate: remove _dirs property cache
|
Thu, 05 Oct 2017 11:34:41 -0700 |
Durham Goode |
dirstate: remove _filefoldmap property cache
|
Fri, 30 Jun 2017 03:43:46 +0200 |
Boris Feld |
configitems: register the 'perf.stub' config
|
Fri, 29 Sep 2017 14:19:36 -0700 |
Martin von Zweigbergk |
dirstate: use keyword arguments to clarify walk()'s callers
|
Fri, 29 Sep 2017 14:23:41 -0700 |
Martin von Zweigbergk |
perf: remove fallbacks to ancient versions of dirstate.walk()
|
Fri, 16 Jun 2017 20:49:32 -0400 |
Matt Harbison |
perf: ensure HGRCPATH is exported on Windows
|
Wed, 07 Jun 2017 18:22:11 +0100 |
Pierre-Yves David |
perf: add a perfbookmarks command
|
Tue, 23 May 2017 02:27:41 +0200 |
Pierre-Yves David |
perfphases: add a flag to also include file access time
|
Wed, 07 Jun 2017 17:31:30 +0100 |
Pierre-Yves David |
perf: have a generic "clearstorecache" function
|
Mon, 05 Jun 2017 16:24:01 +0100 |
Pierre-Yves David |
perfbranchmap: add an option to purge the revbranch cache
|
Sun, 28 May 2017 11:13:10 -0700 |
Gregory Szorc |
perf: benchmark command for revlog indexes
|
Sun, 28 May 2017 10:56:28 -0700 |
Gregory Szorc |
perf: rename perfrevlog to perfrevlogrevisions
|
Tue, 23 May 2017 02:23:07 +0200 |
Pierre-Yves David |
perfphases: add 'perfphases' command
|
Sun, 21 May 2017 13:32:07 +0200 |
Pierre-Yves David |
perf: allow to clear the obsstore in 'perfvolatilesets'
|
Sun, 14 May 2017 16:19:47 +0900 |
Yuya Nishihara |
commands: move templates of common command options to cmdutil (API)
|
Sat, 09 Jan 2016 23:07:20 +0900 |
Yuya Nishihara |
registrar: move cmdutil.command to registrar module (API)
|
Mon, 15 May 2017 19:37:11 -0700 |
Gregory Szorc |
perf: always pass node to revlog.revision()
|
Sat, 06 May 2017 11:16:59 -0700 |
Gregory Szorc |
perf: move revlog construction and length calculation out of benchmark
|
Sat, 06 May 2017 11:15:56 -0700 |
Gregory Szorc |
perf: clear revlog caches on every iteration
|
Sat, 06 May 2017 11:12:23 -0700 |
Gregory Szorc |
perf: don't convert rev to node before calling revlog.revision()
|
Sat, 06 May 2017 12:12:53 -0700 |
Gregory Szorc |
revlog: rename _chunkraw to _getsegmentforrevs()
|
Sat, 06 May 2017 12:02:31 -0700 |
Gregory Szorc |
perf: store reference to revlog._chunkraw in a local variable
|
Sat, 06 May 2017 11:01:02 -0700 |
Gregory Szorc |
perf: move gettimer() call
|
Sat, 06 May 2017 10:59:38 -0700 |
Gregory Szorc |
perf: don't clobber startrev variable
|
Wed, 26 Apr 2017 22:03:37 +0900 |
Yuya Nishihara |
bdiff: proxy through mdiff module
|
Thu, 06 Apr 2017 14:41:42 +0200 |
Philippe Pepiot |
perf: add historical portability for util.timer
|
Mon, 13 Mar 2017 12:40:14 -0700 |
Gregory Szorc |
py3: add __bool__ to every class defining __nonzero__
|
Mon, 13 Mar 2017 18:16:42 -0700 |
Gregory Szorc |
perf: perform a garbage collection before each iteration
|
Wed, 15 Feb 2017 13:07:26 -0800 |
Simon Farnsworth |
contrib: add a write microbenchmark to perf.py
|
Wed, 15 Feb 2017 13:17:39 -0800 |
Simon Farnsworth |
mercurial: switch to util.timer for all interval timings
|
Sat, 04 Feb 2017 08:47:46 -0800 |
Gregory Szorc |
perf: split obtaining chunks from decompression
|
Mon, 02 Jan 2017 12:02:08 -0800 |
Gregory Szorc |
perf: support multiple compression engines in perfrevlogchunks
|
Mon, 02 Jan 2017 13:00:16 -0800 |
Gregory Szorc |
revlog: move decompress() from module to revlog class (API)
|
Tue, 13 Dec 2016 14:21:36 +0000 |
Remi Chaintron |
revlog: merge hash checking subfunctions
|
Thu, 17 Nov 2016 20:17:51 -0800 |
Gregory Szorc |
perf: add command for measuring revlog chunk operations
|
Thu, 17 Nov 2016 08:52:52 -0800 |
Gregory Szorc |
perf: unbust perfbdiff --alldata
|
Tue, 15 Nov 2016 16:10:57 +0100 |
Philippe Pepiot |
perf: omit copying ui and redirect to ferr if buffer API is in use
|
Thu, 10 Nov 2016 02:13:19 -0800 |
Durham Goode |
manifest: move clearcaches to manifestlog
|
Thu, 10 Nov 2016 02:13:19 -0800 |
Durham Goode |
manifest: remove usages of manifest.read
|
Sun, 06 Nov 2016 10:46:55 -0800 |
Gregory Szorc |
perf: support measuring bdiff for all changeset related data
|
Sun, 06 Nov 2016 11:01:25 -0800 |
Gregory Szorc |
perf: support bdiffing multiple revisions in a single revlog
|
Sun, 06 Nov 2016 09:51:14 -0800 |
Gregory Szorc |
perf: prepare to handle multiple pairs in perfbdiff
|
Sat, 05 Nov 2016 23:41:52 -0700 |
Gregory Szorc |
perf: add perfbdiff
|
Tue, 18 Oct 2016 17:33:39 -0700 |
Durham Goode |
manifest: make manifestlog a storecache
stable
|
Sun, 09 Oct 2016 01:03:20 +0900 |
FUJIWARA Katsunori |
perf: make perftags clear tags cache correctly
|
Sun, 09 Oct 2016 01:03:19 +0900 |
FUJIWARA Katsunori |
perf: replace ui.configint() by getint() for Mercurial earlier than 1.9
|
Sun, 09 Oct 2016 01:03:19 +0900 |
FUJIWARA Katsunori |
perf: omit copying from ui.ferr to ui.fout for Mercurial earlier than 1.9
|
Sun, 09 Oct 2016 01:03:18 +0900 |
FUJIWARA Katsunori |
perf: define formatter locally for Mercurial earlier than 2.2
|
Sun, 09 Oct 2016 01:03:18 +0900 |
FUJIWARA Katsunori |
perf: add functions to get vfs-like object for Mercurial earlier than 2.3
|
Sun, 09 Oct 2016 01:03:17 +0900 |
FUJIWARA Katsunori |
perf: avoid actual writing branch cache out correctly
|
Sun, 09 Oct 2016 01:03:17 +0900 |
FUJIWARA Katsunori |
perf: get subsettable from appropriate module for Mercurial earlier than 2.9
|