performance-testing
Installation
SKILL.md
Performance Testing
Load testing, web performance auditing, profiling, and benchmarking.
Load Testing with k6
Quick smoke test
k6 run --vus 1 --duration 10s script.js
Stress test
k6 run --vus 100 --duration 5m script.js