log contrib/perf.py @ 18080:486bfb200b3f

age author description
Fri, 14 Dec 2012 10:23:18 -0800 Siddharth Agarwal perf: add command to test performance of membership in ancestor set
Thu, 06 Dec 2012 11:21:11 -0800 Siddharth Agarwal perf: add a command to measure revset performance
Mon, 03 Dec 2012 13:53:53 -0800 Siddharth Agarwal perf: add option to perfstatus to get the status of unknown files
Fri, 12 Oct 2012 19:43:24 +0200 Adrian Buehlmann perf: simply use repo.store for perffncache* commands
Fri, 14 Sep 2012 13:02:31 +0200 Adrian Buehlmann perf: add perffncacheencode
Wed, 18 Jul 2012 07:51:20 -0700 Joshua Redstone perf: fix perfcca to work with new casecollisionauditor interface
Fri, 01 Jun 2012 12:37:18 -0700 Bryan O'Sullivan revlog: ancestors(*revs) becomes ancestors(revs) (API)
Fri, 01 Jun 2012 15:50:22 -0700 Bryan O'Sullivan perf: add a benchmark for revrange
Tue, 15 May 2012 10:44:17 -0700 Bryan O'Sullivan perf: add a perfancestors benchmark
Wed, 16 May 2012 13:45:46 -0700 Bryan O'Sullivan perf: add a perfdirstatewrite benchmark
Sat, 19 May 2012 19:44:23 -0700 Bryan O'Sullivan perf: rework perfheads and perftags to clear caches
Sat, 12 May 2012 16:02:46 +0200 Brodie Rao cleanup: replace naked excepts with except Exception: ...
Sat, 12 May 2012 15:54:54 +0200 Brodie Rao cleanup: eradicate long lines
Thu, 12 Apr 2012 14:05:59 -0700 Bryan O'Sullivan parsers: use base-16 trie for faster node->rev mapping
Thu, 12 Apr 2012 15:21:52 -0700 Bryan O'Sullivan perf: time fncache read and write performance
Tue, 10 Apr 2012 12:07:16 -0500 Matt Mackall perf: add case collision auditor perf
Fri, 30 Mar 2012 14:16:06 -0500 Matt Mackall perf: node lookup
Fri, 16 Mar 2012 19:58:47 -0500 Matt Mackall perf: add a changeset test
Thu, 15 Mar 2012 15:58:55 -0500 Matt Mackall perf: add perfchangeset to time changeset parsing
Thu, 15 Mar 2012 13:11:03 -0500 Matt Mackall perf: tweak tests for testing index performance improvements
Sat, 18 Jun 2011 16:52:51 -0500 Matt Mackall scmutil: switch match users to supplying contexts
Wed, 01 Jun 2011 12:38:46 +0200 Martin Geisler check-code: flag 0/1 used as constant Boolean expression
Fri, 13 May 2011 14:58:24 -0500 Matt Mackall scmutil: drop aliases in cmdutil for match functions
Tue, 18 Jan 2011 15:55:49 -0600 Matt Mackall perf: restore lazyindex hack
Sat, 15 Jan 2011 12:28:10 +0100 Benoit Boissinot perf: there is no lazy index anymore
Wed, 12 Jan 2011 11:34:42 -0600 Matt Mackall perf: fix ordering of invalidate in perfindex
Tue, 11 Jan 2011 17:01:14 -0600 Matt Mackall perf: make perfindex results useful on hg with lazyparser
Tue, 11 Jan 2011 17:01:04 -0600 Matt Mackall revlog: only build the nodemap on demand
Tue, 04 Jan 2011 14:12:52 -0600 Matt Mackall revlog: remove lazy index
Sat, 31 Jul 2010 11:41:42 +0900 Nicolas Dumazet perf: break down long line