Re: [OE-core] [PATCH] selftest/reproducible: Don't call sync between each file compare

2021-03-01 Thread Richard Purdie
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

Re: [OE-core] [PATCH] selftest/reproducible: Don't call sync between each file compare

2021-03-01 Thread Mikko Rapeli
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

Re: [OE-core] [PATCH] selftest/reproducible: Don't call sync between each file compare

2021-03-01 Thread Richard Purdie
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.

Re: [OE-core] [PATCH] selftest/reproducible: Don't call sync between each file compare

2021-02-28 Thread Mikko Rapeli
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/

[OE-core] [PATCH] selftest/reproducible: Don't call sync between each file compare

2021-02-26 Thread Richard Purdie
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