Re: Regtest profiling differences

2020-02-01 Thread Jonas Hahnfeld
Am Samstag, den 01.02.2020, 12:10 -0500 schrieb Dan Eble: > On Feb 1, 2020, at 11:26, Jonas Hahnfeld < > hah...@hahnjo.de > > wrote: > > +# disable Python's hash randomization until 'make check' is fixed > > +PYTHONHASHSEED=0 > > +export PYTHONHASHSEED > > Looks good, works fine. Now in staging.

Re: Regtest profiling differences

2020-02-01 Thread Dan Eble
On Feb 1, 2020, at 11:26, Jonas Hahnfeld wrote: > > +# disable Python's hash randomization until 'make check' is fixed > +PYTHONHASHSEED=0 > +export PYTHONHASHSEED Looks good, works fine. — Dan

Re: Regtest profiling differences

2020-02-01 Thread David Kastrup
pkx1...@poste.net writes: > OK this explains that last couple of patch tests. > > e.g. - https://cloud-u8zj2dc4b.yourownnet.eu/s/p7SJnLKpswT2E5W > > All I guess I am concerned with is knowing if these 'cell count > thingies' matter or not if I am going to get them all the time now. > > I don't wan

Re: Regtest profiling differences

2020-02-01 Thread pkx166h
On 01/02/2020 15:15, Jonas Hahnfeld wrote: Am Samstag, den 01.02.2020, 09:55 -0500 schrieb Dan Eble: I've noticed a subjective increase in profiling differences in regtests since updating to the latest master this morning (bc8a3fa7e4f12bf5ac1eb0293bfab658d52c4ae8), even from one run to another

Re: Regtest profiling differences

2020-02-01 Thread pkx166h
On 01/02/2020 16:17, Dan Eble wrote: On Feb 1, 2020, at 10:15, Jonas Hahnfeld wrote: How distracting are the profiling differences for your work? I'm obviously not a big fan of reverting bc8a3fa7e4, but I also don't want to block anybody else from making progress. The log differences are more

Re: Regtest profiling differences

2020-02-01 Thread Jonas Hahnfeld
Am Samstag, den 01.02.2020, 11:17 -0500 schrieb Dan Eble: > On Feb 1, 2020, at 10:15, Jonas Hahnfeld < > hah...@hahnjo.de > > wrote: > > How distracting are the profiling differences for your work? I'm > > obviously not a big fan of reverting bc8a3fa7e4, but I also don't want > > to block anybody e

Re: Regtest profiling differences

2020-02-01 Thread Dan Eble
On Feb 1, 2020, at 10:15, Jonas Hahnfeld wrote: > How distracting are the profiling differences for your work? I'm > obviously not a big fan of reverting bc8a3fa7e4, but I also don't want > to block anybody else from making progress. The log differences are more annoying than the profile differen

Re: Regtest profiling differences

2020-02-01 Thread Jonas Hahnfeld
Am Samstag, den 01.02.2020, 09:55 -0500 schrieb Dan Eble: > I've noticed a subjective increase in profiling differences in regtests since > updating to the latest master this morning > (bc8a3fa7e4f12bf5ac1eb0293bfab658d52c4ae8), even from one run to another on > unchanged code. > > There are al

Regtest profiling differences

2020-02-01 Thread Dan Eble
I've noticed a subjective increase in profiling differences in regtests since updating to the latest master this morning (bc8a3fa7e4f12bf5ac1eb0293bfab658d52c4ae8), even from one run to another on unchanged code. There are also log differences that might be correlated, with some test cases hav