EveryVoice
5064620a - ci: list the expensive imports in the bot message (#194)

Commit
356 days ago
ci: list the expensive imports in the bot message (#194) Recommended way to visually profile the CLI help: pip install tuna PYTHONPROFILEIMPORTTIME=1 everyvoice -h 2> import.log tuna import.log To just see the most expensive import on screen: cat import.log | sort -t'|' -k2 | tail
Author
Parents
Loading