k6

安装量: 339
排名: #9593

安装

npx skills add https://github.com/grafana/skills --skill k6

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

返回排行榜