aboutsummaryrefslogtreecommitdiff
path: root/wqflask/scripts/profile_corrs.py
AgeCommit message (Collapse)Author
2022-09-08Remove sql_alchemy initialisation when profiling correlationsMunyoki Kilyungi
* wqflask/scripts/profile_corrs.py: Remove sqlalchemy, connect_db and shutdown_session. (__main__): Remove "g.db".
2022-09-08Delete dead commentMunyoki Kilyungi
2022-08-12Add a profiling scriptFrederick Muriuki Muriithi
Add a script to enable profiling the code.