📊 Performance Regression Detected
Benchmark: BenchmarkCompileComplexWorkflow
Current Performance: 11,641,260 ns/op (11.64ms)
Historical Average: 9,786,416 ns/op (9.79ms)
Change: +18.9% slower
📈 Detailed Performance Metrics
Performance Comparison
| Metric |
Current |
Historical Avg |
Change |
| ns/op |
11,641,260 |
9,786,416 |
+18.9% |
| B/op |
2,757,181 |
— |
— |
| allocs/op |
30,865 |
— |
— |
Historical Data Points
- Data points used: 7 runs
- Trend: Consistent regression vs recent average
Baseline Targets
- Simple workflows: <100ms ✅ (currently 11.64ms)
- Complex workflows: <500ms ✅ (currently 11.64ms, but trending up)
- MCP-heavy workflows: <1s ✅
💡 Recommended Actions
- Review recent changes to the compilation pipeline
- Run
make bench-memory to generate memory profiles
- Use
go tool pprof to identify hotspots in complex workflow compilation
- Compare with previous benchmark results using
benchstat
- Check for added validation steps or new schema processing that may apply only to complex workflows
📋 Additional Context
- Run ID: 24438690812
- Date: 2026-04-15
- Workflow: Daily CLI Performance
- Note: Improvements detected in other benchmarks (Validation -37.6%, ParseWorkflow -11.8%) suggesting changes were made recently that may have unintentionally added overhead to complex workflow compilation
References: §24438690812
Generated by Daily CLI Performance Agent · ● 764.7K · ◷
📊 Performance Regression Detected
Benchmark:
BenchmarkCompileComplexWorkflowCurrent Performance: 11,641,260 ns/op (11.64ms)
Historical Average: 9,786,416 ns/op (9.79ms)
Change: +18.9% slower
📈 Detailed Performance Metrics
Performance Comparison
Historical Data Points
Baseline Targets
💡 Recommended Actions
make bench-memoryto generate memory profilesgo tool pprofto identify hotspots in complex workflow compilationbenchstat📋 Additional Context
References: §24438690812