log contrib/perf.py @ 18304:9b6ae29d4801

age author description
Fri, 11 Jan 2013 18:39:43 +0100 Pierre-Yves David perf: add perfbranchmap command
Fri, 04 Jan 2013 19:24:32 +0100 Pierre-Yves David perftest: allow selection of volatile set to benchmark
Fri, 04 Jan 2013 19:23:26 +0100 Pierre-Yves David perftest: add a command to benchmark construction of volatile cache
Fri, 04 Jan 2013 19:22:40 +0100 Pierre-Yves David perftest: add an option to invalidate volatile cache
Fri, 04 Jan 2013 19:22:15 +0100 Pierre-Yves David perftest: document the perfrevset command
Fri, 04 Jan 2013 19:20:51 +0100 Pierre-Yves David perftest: migrate to new style command declaration
Fri, 04 Jan 2013 19:18:12 +0100 Pierre-Yves David perftest: drop duplicated codes
Tue, 18 Dec 2012 12:47:20 -0800 Siddharth Agarwal ancestor: add lazy membership testing to lazyancestors
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