aboutsummaryrefslogtreecommitdiffstats
path: root/qtip/reporter/templates/dpi.j2
diff options
context:
space:
mode:
authorTaseer <taseer94@gmail.com>2017-03-29 09:34:31 +0800
committerYujun Zhang <zhang.yujunz@zte.com.cn>2017-04-03 08:23:29 +0000
commit08641031dd2ead76e4d29b0a66be5c028076990d (patch)
tree1bcd3a77e0a14e7ff57cead3b455d0a2f79000ce /qtip/reporter/templates/dpi.j2
parent9a2f9e8a32e02d7541a76e518e2907f7da939bfd (diff)
Beautify compute report
Change-Id: I0c4faa3720d980970f923697c879627ccbf22852 Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
Diffstat (limited to 'qtip/reporter/templates/dpi.j2')
-rw-r--r--qtip/reporter/templates/dpi.j29
1 files changed, 4 insertions, 5 deletions
diff --git a/qtip/reporter/templates/dpi.j2 b/qtip/reporter/templates/dpi.j2
index 758a821e..552a03e8 100644
--- a/qtip/reporter/templates/dpi.j2
+++ b/qtip/reporter/templates/dpi.j2
@@ -1,5 +1,4 @@
-Benchmark: {{ bm.name }}
-CPU Usage: {{ bm. cpu_usage }}
-Results:
- Bits per Second: {{ bm.results.bps }}
- Packets per Second: {{ bm.results.pps }} \ No newline at end of file
+{{ ('Benchmark', bm.name)|justify }}
+{{ ('CPU Usage', bm.cpu_usage)|justify }}
+{{ ('Bits per Second', bm.results.bps)|justify }}
+{{ ('Packets per Second', bm.results.pps)|justify }}