Commit a6844125 authored by Jason Madden's avatar Jason Madden

Benchmarks need perf

parent 5e9d2331
......@@ -76,7 +76,7 @@ def main():
def worker_cmd(cmd, args):
cmd.extend(args.benchmark)
runner = perf.Runner(processes=5,
runner = perf.Runner(processes=5, values=3,
add_cmdline_args=worker_cmd)
all_names = 'dnspython', 'blocking', 'ares', 'thread'
......
......@@ -22,6 +22,8 @@ dnspython
idna
# Makes tests faster
psutil
# benchmarks use this
perf
# Used in a test
zope.interface
# For viewing README.rst (restview --long-description),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment