bloomberg / pytest-memray

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

It would be nice to have a `json` output option so one could use this to track memory consumption over time via github-action-benchmark #126

Open mmcdermott opened 2 months ago

mmcdermott commented 2 months ago

I would like to use this in conjunction with https://github.com/benchmark-action/github-action-benchmark to track the memory performance of my python package over time, as realized through test cases.