docs: update build performance benchmarks#123
docs: update build performance benchmarks#123github-actions[bot] wants to merge 1 commit intomainfrom
Conversation
Greptile SummaryAutomated benchmark update for v2.4.0 showing performance metrics, but unintentionally removed the "Lightweight Footprint" documentation section due to a regex bug in
The benchmark regressions are at or below the 15% threshold. However, the unintended removal of documentation needs to be fixed by correcting the regex in the update script to properly preserve h3 subsections. Confidence Score: 2/5
Important Files Changed
Last reviewed commit: e916189 |
|
|
||
| Optional: `@huggingface/transformers` (semantic search), `@modelcontextprotocol/sdk` (MCP server) — lazy-loaded only when needed. | ||
|
|
||
| ## 🤖 AI Agent Integration |
There was a problem hiding this comment.
The "Lightweight Footprint" section (h3 subsection with dependency table) was unintentionally removed. The regex in scripts/update-benchmark-report.js:220 doesn't preserve h3 subsections as the comment claims - it matches from ## 📊 Performance to the next h2 header, consuming everything in between including the ### Lightweight Footprint subsection.
|
Superseded by #121 which includes expanded benchmark format (incremental + query metrics). |
Automated build benchmark update from workflow run #58.