Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 529 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 529 Bytes

k6 Load Testing

Installation

Install k6 as per the official documentation.

Configuration

Modify configuration in simple.js as required. Consult the documentation for more information on how to make the required changes.

Usage

Run it:

k6 run simple.js

(optional) You can add additional parameters as per the documentation.