testing/performance-testing
Installation
SKILL.md
Performance Testing
Comprehensive performance testing for speed, scalability, and resource efficiency.
Quick Start
# Run benchmarks
npm run test:performance
# Profile with Node.js
node --prof app.js
node --prof-process isolate-*.log > profile.txt
# Load testing with k6
k6 run load-test.js