pull/27989/head
Craig Tiller 3 years ago committed by GitHub
parent ecdb6f7057
commit d342a86f2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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)

Loading…
Cancel
Save