aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/run_microbenchmark.py
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-02-08 18:02:21 -0800
committerGravatar GitHub <noreply@github.com>2017-02-08 18:02:21 -0800
commitd1307fe61101a0ad3a224bed2e10bbf4cd8173f6 (patch)
treec8d2d7da534fe2c80d6e919d198edc4378c10c2f /tools/run_tests/run_microbenchmark.py
parentfc4f72a977e65fa3b061b87952350f9b00ec6932 (diff)
Add \n
Diffstat (limited to 'tools/run_tests/run_microbenchmark.py')
-rwxr-xr-xtools/run_tests/run_microbenchmark.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/run_microbenchmark.py b/tools/run_tests/run_microbenchmark.py
index edc9e6a800..fe901056c5 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 += "<p><pre>%s</pre></p>" % txt
+ index_html += "<p><pre>%s</pre></p>\n" % txt
def collect_latency(bm_name, args):
"""generate latency profiles"""