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 gvanrossum
Recipients Dennis Sweeney, Kojoley, charles.mcmarrow.4, eric.smith, eric.snow, gvanrossum, lukasz.langa, lys.nikolaou, pablogsal, serhiy.storchaka, terry.reedy, xtreak
Date 2022-01-02.22:04:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641161079.79.0.720031292095.issue46110@roundup.psfhosted.org>
In-reply-to
Content
So if I understand the speed.python.org results correctly, the time to run `python -c pass` went way up, but the time for `python -S -c pass` did not go up significantly.

Unfortunately the only machine I have access to is a Mac, and I cannot repro this result, using PGO/LTO. Could it be a Linux thing? Or due to something in the venv for pyperformance?

Note that I am using a much simpler test script: Tools/scripts/startuptime.py. I have not yet succeeded in building and running pyperformance, mostly since the Python I build doesn't have SSL configured (I always forget the flag to use on my machine) and pyperformance insists on installing a bunch of stuff (including new versions of pip and setuptools, it seels).

Can anyone repro the perf regression on their box?
History
Date User Action Args
2022-01-02 22:04:39gvanrossumsetrecipients: + gvanrossum, terry.reedy, eric.smith, lukasz.langa, eric.snow, serhiy.storchaka, Kojoley, lys.nikolaou, pablogsal, xtreak, Dennis Sweeney, charles.mcmarrow.4
2022-01-02 22:04:39gvanrossumsetmessageid: <1641161079.79.0.720031292095.issue46110@roundup.psfhosted.org>
2022-01-02 22:04:39gvanrossumlinkissue46110 messages
2022-01-02 22:04:39gvanrossumcreate