-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Increase allowed import time for Python 3.12+ #10342
Conversation
I took a look at the import waterfall using https://github.com/asottile/importtime-waterfall and did not find anything that we could reduce or unexpected imports.
❌ 1 Tests Failed:
View the top 1 failed tests by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
CodSpeed Performance ReportMerging #10342 will not alter performanceComparing Summary
|
Backport to 3.11: 💚 backport PR created✅ Backport PR branch: Backported as #10343 🤖 @patchback |
(cherry picked from commit 755299d)
Backport to 3.12: 💚 backport PR created✅ Backport PR branch: Backported as #10344 🤖 @patchback |
(cherry picked from commit 755299d)
I thought it was only the 3.11 branch that was slower for some reason.. |
Here is 3.11 Here is master |
Also 3.11 after blowing away the venv and starting again |
I didn't see anything obvious thats significantly worse on 3.11 but the margin of error between runs is quite high. It seems like its more of a cumulative effect. |
I took a look at the import waterfall using https://github.com/asottile/importtime-waterfall and did not find anything that we could reduce or unexpected imports.