comparison mx/mx_graal.py @ 15048:dfcb1a5a7b5a

revived verbose option in jmh command
author Doug Simon <doug.simon@oracle.com>
date Wed, 09 Apr 2014 18:52:04 +0200
parents 9dcd5407a603
children 2df054b37edc
comparison
equal deleted inserted replaced
15035:bfad6492cce9 15048:dfcb1a5a7b5a
1354 1354
1355 benchmarks = [b for b in benchmarksAndJsons if not b.startswith('{')] 1355 benchmarks = [b for b in benchmarksAndJsons if not b.startswith('{')]
1356 jmhArgJsons = [b for b in benchmarksAndJsons if b.startswith('{')] 1356 jmhArgJsons = [b for b in benchmarksAndJsons if b.startswith('{')]
1357 1357
1358 jmhArgs = { 1358 jmhArgs = {
1359 '-v' : 'EXTRA' if mx._opts.verbose else 'NORMAL',
1359 '-f' : '1', 1360 '-f' : '1',
1360 '-i' : '10', 1361 '-i' : '10',
1361 '-wi' : '10'} 1362 '-wi' : '10'}
1362 1363
1363 # e.g. '{"-wi" : 20}' 1364 # e.g. '{"-wi" : 20}'