Benchmark: Validation
Current Performance: 76,262 ns/op (76.26μs)
Historical Average: 63,753 ns/op (63.75μs)
Change: +19.6% slower
📈 Detailed Performance Metrics
- ns/op: 76,262 (was 63,753)
- B/op: 3,122
- allocs/op: 60
- Change: +19.6%
- Historical Data Points: 3
Baseline Targets
- Simple workflows: <100ms
- Complex workflows: <500ms
- MCP-heavy workflows: <1s
Note: Validation (76μs) is well within targets, but exceeded the 10% regression threshold vs the 2-day historical average (63μs). Given the small absolute values (~12μs difference), this may be CI scheduling noise; monitoring recommended.
💡 Recommended Actions
- Review recent changes to the validation phase
- Run
make bench-memory to generate memory profiles
- Use
go tool pprof to identify hotspots in the validation 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: Validation
Current Performance: 76,262 ns/op (76.26μs)
Historical Average: 63,753 ns/op (63.75μs)
Change: +19.6% slower
📈 Detailed Performance Metrics
Baseline Targets
Note: Validation (76μs) is well within targets, but exceeded the 10% regression threshold vs the 2-day historical average (63μs). Given the small absolute values (~12μs difference), this may be CI scheduling noise; monitoring recommended.
💡 Recommended Actions
make bench-memoryto generate memory profilesgo tool pprofto identify hotspots in the validation pathbenchstat📋 Additional Context
Automatically generated by Daily CLI Performance workflow