k6

Modern load testing tool for APIs and websites using Go and JavaScript

brewmacoslinux
Try with needOr install directly
Source

About

Modern load testing tool, using Go and JavaScript

Commands

k6

Examples

Run a basic load test from a JavaScript test script$ k6 run script.js
Execute a test with custom virtual users and duration$ k6 run --vus 10 --duration 30s script.js
Run a test and output results to JSON file$ k6 run --out json=results.json script.js