aboutsummaryrefslogtreecommitdiffstats
path: root/tools/report
diff options
context:
space:
mode:
authorOtto Sabart <osabart@redhat.com>2016-10-13 11:08:56 +0200
committerOtto Sabart <osabart@redhat.com>2016-10-13 11:11:14 +0200
commit995e427fc1b01de9ae0f50524f5a4658f7af19ce (patch)
treedea607f07c5d7c9c6f5700b08977f3faa5f60a9f /tools/report
parenta4e76fdb316d3f7901f24f36e077c6936bd679c2 (diff)
report: [fix] remove upper border of a process table
According to Markdown Tables extension specification, there should be no upper border in the table. See for example python implementation of Markdown Tables extension [0][1]. [0] https://pythonhosted.org/Markdown/extensions/tables.html [1] https://michelf.ca/projects/php-markdown/extra/#table JIRA: VSPERF-411 Change-Id: I2843dbeb4544a1d1fe0a5f1a6b1028ae788a28ee Signed-off-by: Otto Sabart <osabart@redhat.com>
Diffstat (limited to 'tools/report')
-rw-r--r--tools/report/report.jinja1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/report/report.jinja b/tools/report/report.jinja
index 8354835c..c9588565 100644
--- a/tools/report/report.jinja
+++ b/tools/report/report.jinja
@@ -138,7 +138,6 @@ The following are the metrics obtained during this test:
The following system statistics were collected during testcase execution:
{% for process in test.stats %}
-| --------------------------------------------------------------- |
| Process: {{ "%-54s |"|format('_'.join(process.split('_')[:-1])) }}
| ------------------------------ | ------------------------------ |
| Statistic | Value |