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 kj
Recipients alexandre.vassalotti, kj, pablogsal, rhettinger, serhiy.storchaka, vstinner
Date 2021-04-25.00:58:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619312334.22.0.75144972828.issue43889@roundup.psfhosted.org>
In-reply-to
Content
I'm unable to reproduce the regression locally with pyperformance. Additionally, the links on speed.python.org show that the results returned to normal after a week (again seemingly without any commit to cause such a change).

I'm closing this bug as it doesn't seem related to the code in cpython itself. Thanks everyone.

-----

$ pyperf compare_to 2021-04-13_23-59-master-11159d2c9d66.json.gz 2021-04-14_23-03-master-3fc65b97d09f.json.gz  
pickle_dict: Mean +- std dev: [2021-04-13_23-59-master-11159d2c9d66] 72.0 us +- 1.6 us -> [2021-04-14_23-03-master-3fc65b97d09f] 73.1 us +- 0.9 us: 1.02x slower
pickle_list: Mean +- std dev: [2021-04-13_23-59-master-11159d2c9d66] 11.1 us +- 0.1 us -> [2021-04-14_23-03-master-3fc65b97d09f] 11.0 us +- 0.1 us: 1.01x faster

Benchmark hidden because not significant (1): pickle

Geometric mean: 1.00x slower
History
Date User Action Args
2021-04-25 00:58:54kjsetrecipients: + kj, rhettinger, vstinner, alexandre.vassalotti, serhiy.storchaka, pablogsal
2021-04-25 00:58:54kjsetmessageid: <1619312334.22.0.75144972828.issue43889@roundup.psfhosted.org>
2021-04-25 00:58:54kjlinkissue43889 messages
2021-04-25 00:58:52kjcreate