From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Tue, 19 Mar 2019 09:23:49 +0800 Subject: [U-Boot] [PATCH 5/5] test/py: mmc: Add 'mmc read' performance check In-Reply-To: <20190313164929.32753-5-marek.vasut+renesas@gmail.com> References: <20190313164929.32753-1-marek.vasut+renesas@gmail.com> <20190313164929.32753-5-marek.vasut+renesas@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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/test_mmc_rd.py | 11 +++++++++++ > 1 file changed, 11 insertions(+) > Reviewed-by: Simon Glass