bugfix unixbench report templates 01/35201/1
authorzhihui wu <wu.zhihui1@zte.com.cn>
Tue, 23 May 2017 09:52:12 +0000 (17:52 +0800)
committerzhihui wu <wu.zhihui1@zte.com.cn>
Tue, 23 May 2017 09:52:12 +0000 (17:52 +0800)
Change-Id: I7fd3a85c6497d14ec43c6e3c87c34a92ca3623d3
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
resources/ansible_roles/unixbench/templates/arithmetic-metrics.j2

index a12eb0a..c2c4c3b 100644 (file)
@@ -1,5 +1,5 @@
 Arithmetic
 ==========
 
-{{ ('Floating-point (Whetstone MWIPS)', arithmetic_metrics.dhrystone_lps[0])|justify }}
-{{ ('Integer (Dhyrstone lps)', arithmetic_metrics.whetstone_MWIPS[0])|justify }}
+{{ ('Floating-point (Whetstone MWIPS)', arithmetic_metrics.whetstone_MWIPS[0])|justify }}
+{{ ('Integer (Dhyrstone lps)', arithmetic_metrics.dhrystone_lps[0])|justify }}