aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/profiling/microbenchmarks
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-03-27 21:27:16 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-03-27 21:27:16 -0700
commit039f4dc632d12a0f5fa6aab91f262731fc01e2a5 (patch)
tree5eb3aba0879c53d13d230eea6e27d54a5a39e288 /tools/profiling/microbenchmarks
parentec8dee29e71e0ba119302583441f6770b7880b66 (diff)
Bugfix3
Diffstat (limited to 'tools/profiling/microbenchmarks')
-rwxr-xr-xtools/profiling/microbenchmarks/bm_diff.py2
1 files changed, 1 insertions, 1 deletions
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),