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

ipython startup delay #400

Open
adeebshihadeh opened this issue Nov 7, 2024 · 0 comments
Open

ipython startup delay #400

adeebshihadeh opened this issue Nov 7, 2024 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@adeebshihadeh
Copy link
Contributor

Seems new in v11

comma@comma-6ddbe0d:/data/openpilot$ time ipython -c "print('')"


real    0m2.159s
user    0m1.970s
sys     0m0.170s
comma@comma-6ddbe0d:/data/openpilot$ time python -c "print('')"


real    0m0.085s
user    0m0.040s
sys     0m0.040s
@adeebshihadeh adeebshihadeh added the bug Something isn't working label Nov 7, 2024
@adeebshihadeh adeebshihadeh added this to the agnos 11 milestone Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant