On Mon, 2021-03-01 at 08:43 +, mikko.rap...@bmw.de wrote:
> On Mon, Mar 01, 2021 at 08:37:46AM +, Richard Purdie wrote:
> > On Mon, 2021-03-01 at 07:59 +, mikko.rap...@bmw.de wrote:
> > > On Fri, Feb 26, 2021 at 05:47:52PM +, Richard Purdie wrote:
> > >
> > >
> > > Based on commen
On Mon, Mar 01, 2021 at 08:37:46AM +, Richard Purdie wrote:
> On Mon, 2021-03-01 at 07:59 +, mikko.rap...@bmw.de wrote:
> > Hi,
> >
> > On Fri, Feb 26, 2021 at 05:47:52PM +, Richard Purdie wrote:
> > > Calling sync between each file compare is horrible performance wise
> > > as we comp
On Mon, 2021-03-01 at 07:59 +, mikko.rap...@bmw.de wrote:
> Hi,
>
> On Fri, Feb 26, 2021 at 05:47:52PM +, Richard Purdie wrote:
> > Calling sync between each file compare is horrible performance wise
> > as we compare thousands of files. We don't care about IO latency here
> > so disable.
Hi,
On Fri, Feb 26, 2021 at 05:47:52PM +, Richard Purdie wrote:
> Calling sync between each file compare is horrible performance wise
> as we compare thousands of files. We don't care about IO latency here
> so disable.
>
> Signed-off-by: Richard Purdie
> ---
> meta/lib/oeqa/selftest/cases/
Calling sync between each file compare is horrible performance wise
as we compare thousands of files. We don't care about IO latency here
so disable.
Signed-off-by: Richard Purdie
---
meta/lib/oeqa/selftest/cases/reproducible.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a