comparison contrib/revsetbenchmarks.txt @ 25545:34d8d4930c88

revsetbenchmarks: clean up revsets that achieved with default variants We remove revset making use of min and max as this is covered by the variants. We could use variant for roots too, but it is not in the default so keep it here.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Mon, 27 Oct 2014 13:40:12 +0100
parents e5f166961123
children
comparison
equal deleted inserted replaced
25544:e66f1707ba6c 25545:34d8d4930c88
8 author(lmoscovicz) 8 author(lmoscovicz)
9 author(mpm) 9 author(mpm)
10 author(lmoscovicz) or author(mpm) 10 author(lmoscovicz) or author(mpm)
11 author(mpm) or author(lmoscovicz) 11 author(mpm) or author(lmoscovicz)
12 tip:0 12 tip:0
13 max(tip:0)
14 min(0:tip)
15 0:: 13 0::
16 min(0::)
17 # those two `roots(...)` inputs are close to what phase movement use. 14 # those two `roots(...)` inputs are close to what phase movement use.
18 roots((tip~100::) - (tip~100::tip)) 15 roots((tip~100::) - (tip~100::tip))
19 roots((0::) - (0::tip)) 16 roots((0::) - (0::tip))
20 42:68 and roots(42:tip) 17 42:68 and roots(42:tip)
21 ::p1(p1(tip)):: 18 ::p1(p1(tip))::
22 public() 19 public()
23 :10000 and public() 20 :10000 and public()
24 draft() 21 draft()
25 :10000 and draft() 22 :10000 and draft()
26 max(::(tip~20) - obsolete())
27 roots((0:tip)::) 23 roots((0:tip)::)
28 (not public() - obsolete()) 24 (not public() - obsolete())
29 (_intlist('20000\x0020001')) and merge() 25 (_intlist('20000\x0020001')) and merge()
30 parents(20000) 26 parents(20000)
31 (20000::) - (20000) 27 (20000::) - (20000)