benchmark-revset: add full version of benchmarked revset
authorPierre-Yves David <pierre-yves.david@fb.com>
Sat, 15 Mar 2014 18:11:51 -0700
changeset 20777 77318d3c3b24
parent 20776 d00c731f4637
child 20778 7c4778bc29f0
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.
contrib/revsetbenchmarks.txt
--- 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::)