log contrib/perf.py @ 16866:91f3ac205816

age author description
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