Feature request: Output test maximum memory usage #1758
Replies: 1 comment
-
Thanks for the request! It looks like the way to do this would be to use I did look briefly at the wait4 crate: https://github.com/lu-zero/wait4-rs. But it has limitations:
It's a somewhat involved project with a fair bit of coordination. I don't plan to work on this unless my employer happens to need it, but contributions welcome! |
Beta Was this translation helpful? Give feedback.
-
When running tests the time they take to execute is output to the console, it would also be valuable to see their maximum memory usage.
With large test sets you can start to hit OOM errors.
Beta Was this translation helpful? Give feedback.
All reactions