mdcruz / k6-sample-project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

K6 Example Project

This is an example github repo to show how to write performance tests using k6.

Running the test

Make sure you have k6 installed. Then on the root of this project, type in the following command.

k6 run test-script.js

The above script will run the test with 50 virtual users as defined on the test initialisation found on test-script.js.

About


Languages

Language:JavaScript 100.0%