-
-
Save ls-jad-elkik/9d437605b461e54053f5abd6aa466b7b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/Users/your-username/.poetry-home/venv/bin/python | |
| # The shebang line should be the same as the one you have in the bin/poetry file | |
| import cProfile | |
| import sys | |
| from poetry.console import main | |
| sys.argv = ['poetry', 'update', '-vvv'] | |
| cProfile.run('main()', 'very-verbose.pstat') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment