-
-
Notifications
You must be signed in to change notification settings - Fork 447
7.7.* degraded performance #1959
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
Comments
The other factors are the same? Same version of Python? What are your coverage settings? |
Thanks for the response! The workflows in the screenshot differ in the coveragepy version only. Config is: [tool.coverage.run]
branch = true
source = ["."]
[tool.coverage.report]
omit = [
"*/migrations/*",
]
skip_empty = true
fail_under=79
precision=2 |
Using 3.12, you don't want |
We've been using On Mar 6, 2024 we upgraded to Python 3.12 and we found tests took ~45 min. Then on Mar 18, 2024 we started using Now you're suggesting to unset it. I'm a confused about this suggestion, but I'll set up branches to measure all combinations. |
It's not that |
I've just found the same - and noted it here: pypi/warehouse#17872 (comment) |
I have details and some suggestions on the other issue, but maybe I should have put it here... |
I noticed our CI workflows have gotten slower lately. I did some investigations and found it happened on Apr 1st and so far I was able to isolate it to when we upgraded coverage from 7.6.12 to 7.8.0
In short, previously our tests took 10-15 min. now they take ~15-20 min:
I think we have added 1.5% more tests in the past month, so I ran all the tests we have today in main under multiple versions of the coverage library:
We use Python 3.12.7 and fwiw we run tests with
COVERAGE_CORE=sysmon
since Mar 2024.I'd appreciate any suggestions in helping either me or you figure this out.
The text was updated successfully, but these errors were encountered: