📊 Performance Regression Detected
Benchmark: CompileSimpleWorkflow
Current Performance: 12,308,148 ns/op (12.31ms)
Historical Average: 3,332,437 ns/op (3.33ms)
Change: +269.3% slower
📈 Detailed Performance Metrics
Performance Comparison
- ns/op: 12,308,148 (was 3,332,437)
- Change: +269.3%
- Bytes/op: 6,142,837 B/op (was ~855,460 B/op)
- Allocs/op: 68,489 allocs/op (was ~5,297 allocs/op)
- Historical Data Points: 5
Baseline Targets
- Simple workflows: <100ms ✅ (still within target but 3.7× slower vs history)
💡 Recommended Actions
- Review recent changes to the compilation pipeline (regression began ~June 11)
- Run
make bench-memory to generate memory profiles
- Use
go tool pprof to identify hotspots — memory also regressed 7× (855KB → 6.1MB)
- Compare with previous benchmark results:
benchstat
📋 Additional Context
Automatically generated by Daily CLI Performance workflow
Generated by ⚡ Daily CLI Performance Agent · 270 AIC · ⌖ 28.9 AIC · ⊞ 23.9K · ◷
📊 Performance Regression Detected
Benchmark: CompileSimpleWorkflow
Current Performance: 12,308,148 ns/op (12.31ms)
Historical Average: 3,332,437 ns/op (3.33ms)
Change: +269.3% slower
📈 Detailed Performance Metrics
Performance Comparison
Baseline Targets
💡 Recommended Actions
make bench-memoryto generate memory profilesgo tool pprofto identify hotspots — memory also regressed 7× (855KB → 6.1MB)benchstat📋 Additional Context
Automatically generated by Daily CLI Performance workflow