Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 250 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 250 Bytes

Commands

# json format
k6 run --out json=mock/test.json mock/index.js

# html format
k6 run --out web-dashboard=report=logs.html mock/index.js

# multiple scenario example
k6 run --out web-dashboard=report=logs.html scenarios/index.js