Benchmark: ParseWorkflow
Current Performance: 362,672 ns/op (362.67μs)
Historical Average: 277,041 ns/op (277.04μs)
Change: +30.9% slower
📈 Detailed Performance Metrics
- ns/op: 362,672 (was 277,041)
- B/op: 103,104
- allocs/op: 1,809
- Change: +30.9%
- Historical Data Points: 3
Baseline Targets
- Simple workflows: <100ms
- Complex workflows: <500ms
- MCP-heavy workflows: <1s
Note: ParseWorkflow (362μs) is well within targets, but exceeded the 10% regression threshold vs the 2-day historical average (277μs). This may be CI scheduling variance; monitoring recommended.
💡 Recommended Actions
- Review recent changes to the workflow parsing phase
- Run
make bench-memory to generate memory profiles
- Use
go tool pprof to identify hotspots in the parse path
- Compare with previous results using
benchstat
📋 Additional Context
Automatically generated by Daily CLI Performance workflow
Generated by ⚡ Daily CLI Performance Agent · 53.3 AIC · ⌖ 20 AIC · ⊞ 11.3K · ◷
Benchmark: ParseWorkflow
Current Performance: 362,672 ns/op (362.67μs)
Historical Average: 277,041 ns/op (277.04μs)
Change: +30.9% slower
📈 Detailed Performance Metrics
Baseline Targets
Note: ParseWorkflow (362μs) is well within targets, but exceeded the 10% regression threshold vs the 2-day historical average (277μs). This may be CI scheduling variance; monitoring recommended.
💡 Recommended Actions
make bench-memoryto generate memory profilesgo tool pprofto identify hotspots in the parse pathbenchstat📋 Additional Context
Automatically generated by Daily CLI Performance workflow