k6 Performance Testing Docs : https://grafana.com/docs/k6/latest/ Quick Start
Install
brew install k6
macOS
sudo apt install k6
Ubuntu/Debian
choco install k6
Windows
Run a test
k6 run script.js k6 run --vus 10 --duration 30s script.js k6 run --out json = results.json script.js Basic Script Structure Show more