[PATCH 1 of 3 V2] revsetbenchmark: add `author(mpm) or author(lmoscovicz)` to the canonical list

Augie Fackler raf at durin42.com
Tue May 13 20:02:57 CDT 2014


Queued this one, holding off on the other two until you confirm/refute my theory about __file__ in patch 2.

On May 13, 2014, at 4:19 AM, pierre-yves.david at ens-lyon.org wrote:

> # HG changeset patch
> # User Pierre-Yves David <pierre-yves.david at fb.com>
> # Date 1398908420 25200
> #      Wed Apr 30 18:40:20 2014 -0700
> # Node ID d8a52ce003ac21569dae2023ecc648e7769bdb54
> # Parent  007d276f8c9461384be3e7b75ee0aa69b33125fb
> revsetbenchmark: add `author(mpm) or author(lmoscovicz)` to the canonical list
> 
> This matters as `author(mpm)` have a lot of matches evenly split in the repo,
> while `author(lmoscoviz)` have less match (and later). This changes the execution
> path of the "or" operator a lot.
> 
> diff --git a/contrib/revsetbenchmarks.txt b/contrib/revsetbenchmarks.txt
> --- a/contrib/revsetbenchmarks.txt
> +++ b/contrib/revsetbenchmarks.txt
> @@ -6,10 +6,11 @@ draft() and ::tip
> 0::tip
> roots(0::tip)
> author(lmoscovicz)
> author(mpm)
> author(lmoscovicz) or author(mpm)
> +author(mpm) or author(lmoscovicz)
> tip:0
> max(tip:0)
> min(0:tip)
> 0::
> min(0::)
> _______________________________________________
> Mercurial-devel mailing list
> Mercurial-devel at selenic.com
> http://selenic.com/mailman/listinfo/mercurial-devel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://selenic.com/pipermail/mercurial-devel/attachments/20140513/72a9c55e/attachment.pgp>


More information about the Mercurial-devel mailing list