Instance AI memory baselines tracked in CI
Memory baselines for the Instance AI module are now being tracked in CI, with heap and RSS metrics added to continuous monitoring.
Memory baselines for the Instance AI module are now being tracked in CI. Two new metrics have been added to the pull request workflow — instance-ai-heap-used-baseline and instance-ai-rss-baseline — joining the existing memory-rss-baseline metric. These baselines establish a reference point for the module's idle memory consumption, enabling the team to catch regressions before they ship. The metrics are collected during CI runs and monitored over time, providing visibility into resource usage patterns for the AI module.
View Original GitHub DescriptionFact Check
Summary
Introduces a Playwright performance test to measure the idle memory consumption of the Instance AI module. This establishes a baseline for its resource usage (heap, RSS, PSS) and integrates these metrics into CI for ongoing monitoring.
Related Linear tickets, Github issues, and Community forum posts
<!-- Include links to **Linear ticket** or Github issue or Community forum post. Important in order to close *automatically* and provide context to reviewers. https://linear.app/n8n/issue/ --> <!-- Use "closes #<issue-number>", "fixes #<issue-number>", or "resolves #<issue-number>" to automatically close issues when the PR is merged. -->Review / Merge checklist
- PR title and summary are descriptive. (conventions) <!-- **Remember, the title automatically goes into the changelog. Use `(no-changelog)` otherwise.** -->
- Docs updated or follow-up ticket created.
- Tests included. <!-- A bug is not considered fixed, unless a test is added to prevent it from happening again. A feature is not complete without tests. -->
- PR Labeled with
Backport to Beta,Backport to Stable, orBackport to v1(if the PR is an urgent fix that needs to be backported)