PR #1632 currently propose to track total RAM usage over time in CI. It would be useful to complement this with per-test memory profiling to identify tests that are memory-heavy or potential outliers.
Goal:
- record memory usage per test during pytest runs
- produce a histogram of memory usage across tests
- highlight outliers with high memory usage
I think we need to look into pytest/psutil and see what we could use there?
PR #1632 currently propose to track total RAM usage over time in CI. It would be useful to complement this with per-test memory profiling to identify tests that are memory-heavy or potential outliers.
Goal:
I think we need to look into pytest/psutil and see what we could use there?