📊 Performance Regression Detected
Benchmark: BenchmarkParseWorkflow
Current Performance: 1,320,161 ns/op (1.32ms)
Historical Average: 1,190,085 ns/op (1.19ms)
Change: +10.8% slower
📈 Detailed Performance Metrics
Performance Comparison
- ns/op: 1,320,161 (was ~1,190,085)
- B/op: 201,850
- allocs/op: 4,192
- Change: +10.8%
- Historical Data Points: 4
Baseline Targets
- Simple workflows: <100ms
- Complex workflows: <500ms
- MCP-heavy workflows: <1s
💡 Recommended Actions
- Review recent changes to the parsing pipeline (
pkg/parser/)
- Run
make bench-memory to generate memory profiles
- Use
go tool pprof to identify hotspots
- Compare with previous benchmark results using
benchstat
- Check if any new validation rules or schema changes were added recently
📋 Additional Context
- Run ID: 24328112361
- Date: 2026-04-13
- Workflow: Daily CLI Performance
- Other benchmarks: 4 improvements, 2 stable — overall compilation performance is trending better
- Note: This regression is right at the threshold (+10.8% vs 10% threshold); monitor for the next few runs to determine if it's noise or a real regression
Automatically generated by Daily CLI Performance workflow
Generated by Daily CLI Performance Agent · ● 713.5K · ◷
📊 Performance Regression Detected
Benchmark:
BenchmarkParseWorkflowCurrent Performance: 1,320,161 ns/op (1.32ms)
Historical Average: 1,190,085 ns/op (1.19ms)
Change: +10.8% slower
📈 Detailed Performance Metrics
Performance Comparison
Baseline Targets
💡 Recommended Actions
pkg/parser/)make bench-memoryto generate memory profilesgo tool pprofto identify hotspotsbenchstat📋 Additional Context
Automatically generated by Daily CLI Performance workflow