diff options
author | 2017-04-14 08:33:55 -0700 | |
---|---|---|
committer | 2017-04-14 08:33:55 -0700 | |
commit | bc442e1ff0e2fd8107d41219c3c52472324efa77 (patch) | |
tree | 1b28ddb6bb1a1c12ebb4cdcbabda3fb8816132d8 /tools/profiling/microbenchmarks | |
parent | 0ebff8b2137f799b1beaebf89835b060c53461a3 (diff) |
Declare jobs
Diffstat (limited to 'tools/profiling/microbenchmarks')
-rwxr-xr-x | tools/profiling/microbenchmarks/bm_diff.py | 1 |
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), |