This commit is contained in:
Craig Tiller 2021-11-11 16:22:46 -08:00 committed by GitHub
parent ecdb6f7057
commit d342a86f2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)