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 Mark.Shannon, kj, lemburg, malin, neonene, pablogsal, paul.moore, rhettinger, steve.dower, tim.golden, vstinner, zach.ware
Date 2021-09-18.16:26:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631982415.04.0.84764024705.issue45116@roundup.psfhosted.org>
In-reply-to
Content
@Pablo,
> If <benchmark_link> is correct ...

For some verification, I benched pyperformance on Win10 AMD64, with the Python 3.10a7 and 3.10rc2 x64 binaries downloaded directly from python.org website release pages. The results corroborate with neonene's (please see the attached file). In short, there was a 1.09x slowdown on average.

FYI, `pyperf system tune` doesn't work on Windows. So I manually disabled turbo boost and intel speedstep, but I didn't have time to research setting core affinity and the other stabilizations. Nonetheless, most of the benches were stable.

> I am marking this as a release blocker until there is some agreement.
Got it. Setting as advised.
History
Date User Action Args
2021-09-18 16:26:55kjsetrecipients: + kj, lemburg, rhettinger, paul.moore, vstinner, tim.golden, Mark.Shannon, zach.ware, steve.dower, malin, pablogsal, neonene
2021-09-18 16:26:55kjsetmessageid: <1631982415.04.0.84764024705.issue45116@roundup.psfhosted.org>
2021-09-18 16:26:55kjlinkissue45116 messages
2021-09-18 16:26:54kjcreate