Performance Tuner — Test Workflow¶
Description: Validate artifact against standards
When to Use¶
Use the test workflow when you need to validate artifact against standards.
Input Requirements¶
- Application performance metrics and baseline measurements
- Profiling traces and flame graphs from production workloads
- Load test results and stress test reports
- Infrastructure resource utilization data (CPU, memory, I/O, network)
Process¶
- Initialize — Set up the test context for Performance Tuner
- Execute — Perform the test operation following Performance Tuner's style
- Validate — Check output against quality gates
- Handoff — Deliver results to downstream personas
Output¶
- Performance profiling reports with bottleneck identification
- Benchmark comparison matrices showing before/after metrics
- Optimization recommendation documents with expected impact estimates
- Resource utilization dashboards with trend analysis
Quality Gates¶
- All optimizations must be validated by reproducible benchmarks
- No performance changes deployed without regression testing
- Baseline measurements required before any tuning iteration
- Resource efficiency gains must not degrade correctness or reliability