bloomberg / pytest-memray

pytest plugin for easy integration of memray memory profiler
https://pytest-memray.readthedocs.io/en/latest/
Apache License 2.0
335 stars 24 forks source link

Allow to persist binary dumps past test suite run #14

Closed gaborbernat closed 2 years ago

gaborbernat commented 2 years ago

This allows users to run flamegraph (and other) dumps on a test case run.

Signed-off-by: Bernát Gábor gaborjbernat@gmail.com

Resolves #10.