Frontmatter
| id | 9160 |
| title | test: Implement Computational Budget assertion in Grid Pooling tests |
| state | Open |
| labels | aitestingperformance |
| assignees | tobiu |
| createdAt | Feb 15, 2026, 2:01 AM |
| updatedAt | Feb 15, 2026, 2:01 AM |
| githubUrl | https://github.com/neomjs/neo/issues/9160 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
test: Implement Computational Budget assertion in Grid Pooling tests
Openaitestingperformance
Recent performance optimizations in the Grid revealed that significant regressions (e.g., 7000+ redundant render calls) can occur silently without affecting the VDOM delta output or breaking functional tests.
Goal: Enhance
test/playwright/unit/grid/Pooling.spec.mjsto enforce a "Computational Budget".Tasks:
Neo.grid.column.Component.prototype.cellRendererwithin the test environment.This will catch "silent heaters" where the App Worker performs excessive work that is filtered out before reaching the Main Thread.