Hi Ilpo, On 7/13/2023 6:19 AM, Ilpo Järvinen wrote: > Results include warm-up test which is discarded before passing the sum > to show_cache_info(). show_cache_info() handles this by subtracting one > from the number of tests in divisor. It is a trappy construct to have > sum and number of tests parameters to disagree like this. > > A more logical place for subtracting the skipped tests is where the sum > is calculated so move it there. Pass the correct number of tests to > show_cache_info() so it can be used directly as the divisor for > calculating the average. > > Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@xxxxxxxxxxxxxxx> > --- Thank you. Reviewed-by: Reinette Chatre <reinette.chatre@xxxxxxxxx> Reinette