commit | 9320e2bd759db1a6c1010f069263b3d72746dd22 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut@gmail.com> | Wed Mar 13 17:49:29 2019 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Apr 09 20:04:05 2019 -0400 |
tree | 1f51307214379f2339670920fcadd3f9af0b5bd9 | |
parent | d9b1ef3b23d3c95800bd2b866aaacb2e602eb3c1 [diff] |
test/py: mmc: Add 'mmc read' performance check Add option to the mmc rd test to check the duration of the execution of the mmc read command. This allows intercepting read performance regressions. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Tom Rini <trini@konsulko.com> Cc: Simon Glass <sjg@chromium.org> Reviewed-by: Simon Glass <sjg@chromium.org>