-
Notifications
You must be signed in to change notification settings - Fork 44
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
Performance regressions following pydantic update #1835
Comments
After playing around retriggering various old test runs, here's a solid example:
These both ran today so don't think it can be a GH actions perf regression, but I cannot easily explain away the difference between Python versions |
It seems like some of the steps are skipped for python 3.10 and 3.11 for the new version(there is (/) infront of the task rather than (✓). For example the step: "Run the optimade client cli" is executed for python 3.9 but not for python 3.10 and 3.11 in the new version. |
Another reason is that we are using the fly deployment in our client tests (unfortunately down due to the memory usage described above), which by default take a while to timeout! |
Closing this after fixing Fly by using a more lightweight builder with significantly lower mem usage (just enough to creep back into the free tier of Fly) |
Already running into two teething issues with #1745.
The text was updated successfully, but these errors were encountered: