[PATCH] realtime: fix min and max calculations in matrix multiplication test.
From: gowrishankar <gowrishankar.m@linux.vnet.ibm.com>

In matrix multiplication test, the min and max calculations are done on stats_container_t data with its index field never set to the last element position. Due to this min and max are always shown with the first record value (as index was initiated with -1).
Signed-off-by: Gowrishankar <gowrishankar.m@in.ibm.com>,
Tested-by: Gowrishankar <gowrishankar.m@in.ibm.com>,
Acked-by: Will Schmidt <will_schmidt@vnet.ibm.com>,
Acked-by: Darren Hart <dvhltc@us.ibm.com>,
1 file changed