Install k6
brew install k6
k6 run demo-01-simple-example.js
k6 run --vus 10 --duration 10s demo-01-simple-example.js
k6 run demo-02-configuration.js
k6 run demo-03-stages.js
k6 run demo-04-check.js
k6 run demo-05-post.js
k6 run demo-06-metric.js
k6 run demo-07-counter.js
k6 run demo-08-thresholds.js
k6 run demo-09-test.js
k6 run --out csv=test_results.csv demo-10-tags-and-group.js
k6 cloud demo-11-cloud.js