From 039f4dc632d12a0f5fa6aab91f262731fc01e2a5 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Mon, 27 Mar 2017 21:27:16 -0700 Subject: Bugfix3 --- tools/profiling/microbenchmarks/bm_diff.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/profiling/microbenchmarks/bm_diff.py') diff --git a/tools/profiling/microbenchmarks/bm_diff.py b/tools/profiling/microbenchmarks/bm_diff.py index c10e25087e..93999af520 100755 --- a/tools/profiling/microbenchmarks/bm_diff.py +++ b/tools/profiling/microbenchmarks/bm_diff.py @@ -86,7 +86,7 @@ assert args.diff_base def collect1(bm, cfg, ver): subprocess.check_call(['make', 'clean']) subprocess.check_call( - ['make', bm_name, + ['make', bm, 'CONFIG=%s' % cfg, '-j', '%d' % multiprocessing.cpu_count()]) cmd = ['bins/%s/%s' % (cfg, bm), '--benchmark_out=%s.%s.%s.json' % (bm, cfg, ver), -- cgit v1.2.3