test/py: mmc: Add 'mmc read' performance check
authorMarek Vasut <marek.vasut@gmail.com>
Wed, 13 Mar 2019 16:49:29 +0000 (17:49 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 10 Apr 2019 00:04:05 +0000 (20:04 -0400)
commite551979790e38469dfc29100e2d2dd64f3bcff38
tree1f51307214379f2339670920fcadd3f9af0b5bd9
parent4ffec8cdf5128b4333c16088f6d8cedb2b1fe285
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>
test/py/tests/test_mmc_rd.py