comparison mx/commands.py @ 4244:a69889e5a8a5

Made the DaCapo library be downloaded only on demand.
author Doug Simon <doug.simon@oracle.com>
date Sat, 07 Jan 2012 23:59:54 +0100
parents 394424b7df1a
children 3f6c6e61614e
comparison
equal deleted inserted replaced
4243:37cd9490f7f0 4244:a69889e5a8a5
137 run_example(verbose, project, mainClass) 137 run_example(verbose, project, mainClass)
138 138
139 def dacapo(args): 139 def dacapo(args):
140 """run one or all DaCapo benchmarks 140 """run one or all DaCapo benchmarks
141 141
142 DaCapo options are distinguised from VM options by a '@' prefix. 142 DaCapo options are distinguished from VM options by a '@' prefix.
143 For example, '@--iterations @5' will pass '--iterations 5' to the 143 For example, '@--iterations @5' will pass '--iterations 5' to the
144 DaCapo harness.""" 144 DaCapo harness."""
145 145
146 numTests = {} 146 numTests = {}
147 147