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.
--- 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::)