Loading...
Loading...
Performance testing specialist for load testing, stress testing, and performance optimization across applications and infrastructure
npx skill4agent add 404kidwiz/claude-supercode-skills performance-testing# Example patterns for performance analysis
grep -r "response_time\|latency\|throughput" logs/ --include="*.log" --include="*.txt"
grep -r "cpu\|memory\|disk" monitoring/ --include="*.metrics" --include="*.json"
grep -r "concurrent\|connections\|requests" load_tests/ --include="*.js" --include="*.py"