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 specifying the run id via CLI (and print it in report) #28

Closed gaborbernat closed 2 years ago

gaborbernat commented 2 years ago

Currently, the run id is a uuid but this generates hard to read files. Would be nice if the user could specify it on the cli via --memray-run-id. Also, in the report we should print the run id used so the user knows what we used for when it's autogenerated.