Skip to content
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

[PR #9832/006f4070 backport][3.10] Increase allowed import time for Python 3.12/3.13 to 265 #9833

Conversation

patchback[bot]
Copy link
Contributor

@patchback patchback bot commented Nov 12, 2024

This is a backport of PR #9832 as merged into master (006f407).

I ran a profile of the imports and did not find any one thing that was causing the import time to jump up. The bulk of the time outside of bootstrap is spent in typing.py, and since we do not want to discourage adding more typing it seems like we need to increase this.

Additional discussion in #9828 (comment)

Screenshot 2024-11-12 at 9 24 55 AM

@bdraco bdraco enabled auto-merge (squash) November 12, 2024 15:51
Copy link

codspeed-hq bot commented Nov 12, 2024

CodSpeed Performance Report

Merging #9833 will not alter performance

Comparing patchback/backports/3.10/006f4070c7f64f4aacbec2795b772bf76c4efd66/pr-9832 (40e62a9) with 3.10 (f2aab2e)

Summary

✅ 23 untouched benchmarks

Copy link

codecov bot commented Nov 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.92%. Comparing base (f2aab2e) to head (40e62a9).
Report is 1 commits behind head on 3.10.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             3.10    #9833      +/-   ##
==========================================
+ Coverage   97.74%   97.92%   +0.17%     
==========================================
  Files         113      113              
  Lines       35816    35821       +5     
  Branches     4303     4314      +11     
==========================================
+ Hits        35007    35076      +69     
+ Misses        595      553      -42     
+ Partials      214      192      -22     
Flag Coverage Δ
CI-GHA 97.81% <ø> (+0.15%) ⬆️
OS-Linux 97.51% <ø> (+0.20%) ⬆️
OS-Windows 95.11% <ø> (+0.13%) ⬆️
OS-macOS 97.20% <ø> (+0.08%) ⬆️
Py-3.10.11 97.06% <ø> (-0.01%) ⬇️
Py-3.10.15 97.05% <ø> (+0.04%) ⬆️
Py-3.11.10 97.08% <ø> (ø)
Py-3.11.9 97.14% <ø> (-0.01%) ⬇️
Py-3.12.7 97.57% <ø> (+0.58%) ⬆️
Py-3.13.0 97.57% <ø> (?)
Py-3.8.10 94.51% <ø> (?)
Py-3.8.18 96.85% <ø> (?)
Py-3.9.13 96.98% <ø> (?)
Py-3.9.20 96.92% <ø> (?)
Py-pypy7.3.16 96.53% <ø> (?)
VM-macos 97.20% <ø> (+0.08%) ⬆️
VM-ubuntu 97.51% <ø> (+0.20%) ⬆️
VM-windows 95.11% <ø> (+0.13%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bdraco bdraco merged commit f3dd0f9 into 3.10 Nov 12, 2024
39 of 40 checks passed
@bdraco bdraco deleted the patchback/backports/3.10/006f4070c7f64f4aacbec2795b772bf76c4efd66/pr-9832 branch November 12, 2024 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant