test: Show the average time per test
authorSimon Glass <sjg@chromium.org>
Fri, 7 Feb 2025 18:30:36 +0000 (11:30 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 12 Feb 2025 02:10:58 +0000 (20:10 -0600)
commitb85df267e1f9f6f53086875975b8e4b24570365d
tree7304d4ff74aecbcc0f913afd8e3c7bd4f3d49842
parent5f6a59e03eff0f29295ce12b3807cbac7334e0aa
test: Show the average time per test

Show the average duration of a test, so we can keep track of how it is
trending. Report the suite with the longest average test to encourage
people to improve it.

Add a function to update the stats based on the results from a single
suite and another to show the summary information.

Make this optional, since sandbox's SPL tests do not have a timer driver
and people may want to print results without times.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/test/test.h
test/cmd_ut.c
test/test-main.c