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
|