pull/10336/head
Craig Tiller 8 years ago
parent cc7d9873f7
commit 4efb5e16dc
  1. 2
      tools/profiling/microbenchmarks/bm_diff.py

@ -130,7 +130,7 @@ class Benchmark:
def add_sample(self, data, new):
for f in _INTERESTING:
if f in data:
self.samples[new][f].append(data[f])
self.samples[new][f].append(float(data[f]))
def process(self):
for f in _INTERESTING:

Loading…
Cancel
Save