pull/9642/head
Craig Tiller 8 years ago committed by GitHub
parent fc4f72a977
commit d1307fe611
  1. 2
      tools/run_tests/run_microbenchmark.py

@ -75,7 +75,7 @@ def link(txt, tgt):
def text(txt):
global index_html
index_html += "<p><pre>%s</pre></p>" % txt
index_html += "<p><pre>%s</pre></p>\n" % txt
def collect_latency(bm_name, args):
"""generate latency profiles"""

Loading…
Cancel
Save