changeset 20777:77318d3c3b24

benchmark-revset: add full version of benchmarked revset All revsets added to benchmark so far are aimed to show an improvement of performance from laziness. We had more wider version to track impact of laziness on them.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Sat, 15 Mar 2014 18:11:51 -0700
parents d00c731f4637
children 7c4778bc29f0
files contrib/revsetbenchmarks.txt
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/revsetbenchmarks.txt	Fri Mar 14 00:02:05 2014 -0700
+++ b/contrib/revsetbenchmarks.txt	Sat Mar 15 18:11:51 2014 -0700
@@ -1,8 +1,14 @@
+all()
 draft()
+::tip
 draft() and ::tip
+0::tip
 roots(0::tip)
 author(lmoscovicz)
+author(mpm)
 author(lmoscovicz) or author(mpm)
+tip:0
 max(tip:0)
 min(0:tip)
+0::
 min(0::)