Skip to content

CI - add per-test memory usage #1638

@LOCEANlloydizard

Description

@LOCEANlloydizard

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions