Hacker News new | ask | show | jobs
by bastih 927 days ago
I have a lot of praise for using Memray as part of working out some memory kinks in a codebase I’m working on. It allowed me to quickly iterate on some hunches and then enshrine the resulting memory savings in tests via pytest-memray.
1 comments

Testing memory usage somehow has never occurred to me. Neat idea, thanks.