diff --git a/tools/run_tests/run_microbenchmark.py b/tools/run_tests/run_microbenchmark.py index edc9e6a8001..fe901056c59 100755 --- a/tools/run_tests/run_microbenchmark.py +++ b/tools/run_tests/run_microbenchmark.py @@ -75,7 +75,7 @@ def link(txt, tgt): def text(txt): global index_html - index_html += "
%s" % txt + index_html += "
%s\n" % txt def collect_latency(bm_name, args): """generate latency profiles"""