We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7536c54 commit cd5523fCopy full SHA for cd5523f
pyperformance/run.py
@@ -247,6 +247,7 @@ def get_pyperf_opts(options):
247
if options.hook:
248
for hook in options.hook:
249
opts.append('--hook=%s' % hook)
250
+ # --warmups=0 is a valid option, so check for `not None` here
251
if options.warmups is not None:
252
opts.append('--warmups=%s' % options.warmups)
253
0 commit comments