Commit a6844125 authored by Jason Madden's avatar Jason Madden

Benchmarks need perf

parent 5e9d2331
...@@ -76,7 +76,7 @@ def main(): ...@@ -76,7 +76,7 @@ def main():
def worker_cmd(cmd, args): def worker_cmd(cmd, args):
cmd.extend(args.benchmark) cmd.extend(args.benchmark)
runner = perf.Runner(processes=5, runner = perf.Runner(processes=5, values=3,
add_cmdline_args=worker_cmd) add_cmdline_args=worker_cmd)
all_names = 'dnspython', 'blocking', 'ares', 'thread' all_names = 'dnspython', 'blocking', 'ares', 'thread'
......
...@@ -22,6 +22,8 @@ dnspython ...@@ -22,6 +22,8 @@ dnspython
idna idna
# Makes tests faster # Makes tests faster
psutil psutil
# benchmarks use this
perf
# Used in a test # Used in a test
zope.interface zope.interface
# For viewing README.rst (restview --long-description), # 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