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

Performance regression #150

Open
marcelldls opened this issue Jun 20, 2024 · 0 comments
Open

Performance regression #150

marcelldls opened this issue Jun 20, 2024 · 0 comments

Comments

@marcelldls
Copy link
Collaborator

There has been a performance decline of ec
Performance testing is done using time for run in {1..10}; do ec --version; done

Version Time to do 10 Location
3.4.1 5.4s Local
3.4.1 5.8s Shared
3.5.3 7.2s Local
3.5.3 15.3s Shared
3.5.3 7.2s Shared (after reinstalling)

We can note reduced performance due to:

  • Additional dependencies that are loaded. Perhaps we can rather load them only when they are needed as per suggestions in Faster Auto-completion fastapi/typer#231
  • A performance decline due to some unknown condition of the python environment on our shared file system which can be resolved with a reinstall. We should monitor to see if it returns
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

No branches or pull requests

1 participant