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.
benchmarks
1 parent 2b382e6 commit bc47417Copy full SHA for bc47417
pyperformance/compile.py
@@ -516,7 +516,7 @@ def run_benchmark(self):
516
if self.options.inherit_environ:
517
cmd.append('--inherit-environ=%s' % ','.join(self.options.inherit_environ))
518
if self.conf.benchmarks:
519
- cmd.extend(('--benchmarks', self.conf.benchmarks))
+ cmd.append('--benchmarks=%s' % self.conf.benchmarks)
520
if self.conf.affinity:
521
cmd.extend(('--affinity', self.conf.affinity))
522
if self.conf.venv:
0 commit comments