This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Decorater, jbfzs, ncoghlan, r.david.murray, rhettinger, serhiy.storchaka, vstinner, Александр Карпинский
Date 2017-11-24.21:37:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511559421.24.0.213398074469.issue27535@psf.upfronthosting.co.za>
In-reply-to
Content
> These results look strange to me. I expected the same difference but smaller the base time.

Honestly, I was also surprised.

I checked the whole benchmark twice. I also rebased the PR locally to make sure that it's not a side effect of a recent change in master.

Results are reliable and reproductible.

FYI I ran the C benchmark on my laptop "apu" using CPU isolation.

--

I reproduced the benchmark on my other "selma" laptop, without CPU isolation (so less reliable).

C benchmark:

haypo@selma$ python3 -m perf compare_to master.json ignore.json 
Mean +- std dev: [master] 932 ns +- 66 ns -> [ignore] 1.01 us +- 0.05 us: 1.09x slower (+9%)

==> +78 ns
History
Date User Action Args
2017-11-24 21:37:01vstinnersetrecipients: + vstinner, rhettinger, ncoghlan, r.david.murray, serhiy.storchaka, Decorater, Александр Карпинский, jbfzs
2017-11-24 21:37:01vstinnersetmessageid: <1511559421.24.0.213398074469.issue27535@psf.upfronthosting.co.za>
2017-11-24 21:37:01vstinnerlinkissue27535 messages
2017-11-24 21:37:01vstinnercreate