From 6e40ea0b652ad76d13f7ac65837ab6612d090af1 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Mon, 27 Mar 2017 21:28:22 -0700 Subject: [PATCH] Bugfix5 --- tools/profiling/microbenchmarks/bm_diff.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/profiling/microbenchmarks/bm_diff.py b/tools/profiling/microbenchmarks/bm_diff.py index 9f85d47ab42..a20b46342d4 100755 --- a/tools/profiling/microbenchmarks/bm_diff.py +++ b/tools/profiling/microbenchmarks/bm_diff.py @@ -86,6 +86,7 @@ assert args.diff_base def collect1(bm, cfg, ver): subprocess.check_call(['make', 'clean']) + subprocess.check_call(['git', 'submodule', 'update']) subprocess.check_call( ['make', bm, 'CONFIG=%s' % cfg, '-j', '%d' % multiprocessing.cpu_count()])