Skip to content
Snippets Groups Projects
Commit e66f1707 authored by Pierre-Yves David's avatar Pierre-Yves David
Browse files

revsetbenchmarks: use combination variants in default set

Now that we have them, let's make use of them.
parent 36336cc8
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,9 @@
# cannot use argparse, python 2.7 only
from optparse import OptionParser
DEFAULTVARIANTS = ['plain', 'min', 'max', 'first', 'last', 'reverse', 'sort']
DEFAULTVARIANTS = ['plain', 'min', 'max', 'first', 'last',
'reverse', 'reverse+first', 'reverse+last',
'sort', 'sort+first', 'sort+last']
def check_output(*args, **kwargs):
kwargs.setdefault('stderr', PIPE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment