Commit ccfdf552 authored by Elvis Pranskevichus's avatar Elvis Pranskevichus

Increase warmup time to 10 seconds to give JITs more room

parent 5aa83fa3
...@@ -460,7 +460,7 @@ def main(): ...@@ -460,7 +460,7 @@ def main():
}) })
warmup_concurrency = max(args.concurrency_levels) warmup_concurrency = max(args.concurrency_levels)
warmup = ['--msize=1024', '--duration=5', warmup = ['--msize=1024', '--duration=10',
'--concurrency={}'.format(warmup_concurrency)] '--concurrency={}'.format(warmup_concurrency)]
for benchmark in benchmarks: for benchmark in benchmarks:
......
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