Fix reuse bug?

pull/10439/head
Craig Tiller 8 years ago
parent e5f1828175
commit 37f80e8a8a
  1. 1
      tools/profiling/microbenchmarks/bm_json.py

@ -203,4 +203,5 @@ def expand_json(js, js2 = None):
row['real_time'] = bm2['real_time']
row['iterations'] = bm2['iterations']
bm2['already_used'] = True
break
yield row

Loading…
Cancel
Save