]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commita3a01ac9f0b914e7a2454a26e40aa29e31b8640b
tree1f51307214379f2339670920fcadd3f9af0b5bd9
parent8d96d889e704c6ad6b17b1e7948b0c6c09aabf52
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