Patch for fixing ramspeed result_transform bug 29/6329/1
authorNauman_Ahad <Nauman_Ahad@dell.com>
Tue, 12 Jan 2016 12:08:10 +0000 (17:08 +0500)
committerNauman_Ahad <Nauman_Ahad@dell.com>
Tue, 12 Jan 2016 12:08:10 +0000 (17:08 +0500)
Inserted space in ramspd_transform.py file to overcome
key error while calculating result_index

Change-Id: I3f6d1295b9297aa5d9935f58b04703602a1c4b92
Signed-off-by: Nauman_Ahad <Nauman_Ahad@dell.com>
benchmarks/playbooks/result_transform/ramspd/ramspd_transform.py

index 2f27a28..aed68ac 100644 (file)
@@ -46,7 +46,7 @@ result['2. FLOATmem bandwidth']['1. Copy (MB/s)']=floatmem_copy
 result['2. FLOATmem bandwidth']['2. Add (MB/s)']=floatmem_add
 result['2. FLOATmem bandwidth']['3. Scale (MB/s)']=floatmem_scale
 result['2. FLOATmem bandwidth']['4. Triad (MB/s)']=floatmem_triad
-result['2. FLOATmem bandwidth']['5. Average(MB/s)']=floatmem_average
+result['2. FLOATmem bandwidth']['5. Average (MB/s)']=floatmem_average