Declare jobs

pull/10439/head
Craig Tiller 8 years ago
parent 0ebff8b213
commit bc442e1ff0
  1. 1
      tools/profiling/microbenchmarks/bm_diff.py

@ -147,6 +147,7 @@ finally:
subprocess.check_call(['git', 'checkout', where_am_i])
subprocess.check_call(['git', 'submodule', 'update'])
jobs = []
for loop in range(0, args.loops):
jobs.extend(x for x in itertools.chain(
(collect1(bm, 'opt', 'new', loop) for bm in args.benchmarks),

Loading…
Cancel
Save