Re: [U-Boot] [PATCH 5/5] test/py: mmc: Add 'mmc read' performance check

2019-03-18 Thread Simon Glass
On Thu, 14 Mar 2019 at 00:49, Marek Vasut wrote: > > 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 > Cc: Tom Rini > Cc: Simon Glass > --- > test/py/tests/te

[U-Boot] [PATCH 5/5] test/py: mmc: Add 'mmc read' performance check

2019-03-13 Thread Marek Vasut
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 Cc: Tom Rini Cc: Simon Glass --- test/py/tests/test_mmc_rd.py | 11 +++ 1 file changed, 11 insertions(+) diff