diff --git a/tools/profiling/microbenchmarks/bm_diff/bm_diff.py b/tools/profiling/microbenchmarks/bm_diff/bm_diff.py index b2c2d22c571..6b524867e67 100755 --- a/tools/profiling/microbenchmarks/bm_diff/bm_diff.py +++ b/tools/profiling/microbenchmarks/bm_diff/bm_diff.py @@ -217,7 +217,7 @@ def diff(bms, loops, regex, track, old, new, counters): for bm in benchmarks.values(): if bm.skip(): continue - d = bm.speedup('cpu_time') + d = bm.speedup['cpu_time'] if d is None: continue histogram.append(d)