aboutsummaryrefslogtreecommitdiffstats
path: root/qtip/reporter/templates/dpi.j2
diff options
context:
space:
mode:
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 }}