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

Inline script (no file needed)

Related skills

More from thinkfleetai/thinkfleet-engine

Installs
2
First Seen
Mar 1, 2026