📊 Performance Regression Detected
Benchmark: BenchmarkValidation
Current Performance: 18,849 ns/op (18.85μs)
Historical Average: 13,791 ns/op (13.79μs)
Change: +36.7% slower
📈 Detailed Performance Metrics
Performance Comparison
- ns/op: 18,849 (was 13,791)
- Change: +36.7%
- Memory: 360 B/op
- Allocations: 3 allocs/op
- Historical Data Points: 5
Baseline Targets
Validation phase — should be fast. This 36.7% regression may indicate added validation logic or increased complexity.
💡 Recommended Actions
- Review recent changes to the validation pipeline in
pkg/workflow
- Run
make bench-memory to generate memory profiles
- Use
go tool pprof to identify hotspots
- Compare with previous benchmark results using
benchstat
📋 Additional Context
Automatically generated by Daily CLI Performance workflow
Generated by Daily CLI Performance Agent · ● 6M · ◷
📊 Performance Regression Detected
Benchmark:
BenchmarkValidationCurrent Performance: 18,849 ns/op (18.85μs)
Historical Average: 13,791 ns/op (13.79μs)
Change: +36.7% slower
📈 Detailed Performance Metrics
Performance Comparison
Baseline Targets
Validation phase — should be fast. This 36.7% regression may indicate added validation logic or increased complexity.
💡 Recommended Actions
pkg/workflowmake bench-memoryto generate memory profilesgo tool pprofto identify hotspotsbenchstat📋 Additional Context
Automatically generated by Daily CLI Performance workflow