Fix typo (#28019)
This commit is contained in:
parent
ecdb6f7057
commit
d342a86f2c
|
|
@ -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…
Reference in New Issue