Skip to content

[WIP] Fix performance regression in CompileComplexWorkflow#22656

Closed
Copilot wants to merge 1 commit intomainfrom
copilot/fix-compile-complex-workflow-performance
Closed

[WIP] Fix performance regression in CompileComplexWorkflow#22656
Copilot wants to merge 1 commit intomainfrom
copilot/fix-compile-complex-workflow-performance

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 24, 2026

  • Analyze performance regression: yaml.Unmarshal takes 1.91ms/op out of 4.69ms total (41%), confirmed as main bottleneck
  • Remove broken "Initial plan" files (referenced non-existent types)
  • Implement content-based YAML validation caching in the Compiler to skip redundant re-parsing when YAML content hasn't changed
  • Run validation: make fmt && make test-unit

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI linked an issue Mar 24, 2026 that may be closed by this pull request
@pelikhan pelikhan closed this Mar 24, 2026
Copilot AI requested a review from pelikhan March 24, 2026 12:00
Copilot stopped work on behalf of pelikhan due to an error March 24, 2026 12:00
@github-actions github-actions bot deleted the copilot/fix-compile-complex-workflow-performance branch April 2, 2026 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[performance] Regression in CompileComplexWorkflow: 17.1% slower

2 participants