📊 Performance Regression Detected
Benchmark: BenchmarkCompileMCPWorkflow
Current Performance: 385,215 ns/op (385.21μs)
Historical Average: 333,437 ns/op (333.44μs)
Change: +15.5% slower
📈 Detailed Performance Metrics
Performance Comparison
- ns/op: 385,215 (was 333,437)
- Change: +15.5%
- Memory: 118,269 B/op
- Allocations: 2,204 allocs/op
- Historical Data Points: 5
Baseline Targets
- MCP-heavy workflows: <1s target
- Current: 0.39ms (well within target, but regression trend is concerning)
💡 Recommended Actions
- Review recent changes to the MCP workflow compilation path in
pkg/workflow
- Run
make bench-memory to generate memory profiles
- Use
go tool pprof to identify hotspots
- Compare with previous benchmark results using
benchstat
📋 Additional Context
Automatically generated by Daily CLI Performance workflow
Generated by Daily CLI Performance Agent · ● 6M · ◷
📊 Performance Regression Detected
Benchmark:
BenchmarkCompileMCPWorkflowCurrent Performance: 385,215 ns/op (385.21μs)
Historical Average: 333,437 ns/op (333.44μs)
Change: +15.5% slower
📈 Detailed Performance Metrics
Performance Comparison
Baseline Targets
💡 Recommended Actions
pkg/workflowmake bench-memoryto generate memory profilesgo tool pprofto identify hotspotsbenchstat📋 Additional Context
Automatically generated by Daily CLI Performance workflow