aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/profiling/microbenchmarks
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-04-14 08:33:55 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-04-14 08:33:55 -0700
commitbc442e1ff0e2fd8107d41219c3c52472324efa77 (patch)
tree1b28ddb6bb1a1c12ebb4cdcbabda3fb8816132d8 /tools/profiling/microbenchmarks
parent0ebff8b2137f799b1beaebf89835b060c53461a3 (diff)
Declare jobs
Diffstat (limited to 'tools/profiling/microbenchmarks')
-rwxr-xr-xtools/profiling/microbenchmarks/bm_diff.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/profiling/microbenchmarks/bm_diff.py b/tools/profiling/microbenchmarks/bm_diff.py
index 07c145e4e4..a6e77b375f 100755
--- a/tools/profiling/microbenchmarks/bm_diff.py
+++ b/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),