Skip to content

Grafana k6 is an open-source load testing tool that makes performance testing easy and productive for engineering teams.

License

Notifications You must be signed in to change notification settings

alirahmani93/k6_load_testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

k6_load_testing

Grafana k6 is an open-source load testing tool that makes performance testing easy and productive for engineering teams.

Run k6 in docker: docker run --rm -i grafana/k6 run --vus 1 --duration 2s - <script.js

vus: VUs are essentially parallel while(true) loops. Scripts are written in JavaScript, as ES6 modules, which allows you to break larger tests into smaller pieces or make reusable pieces as you like.

duration: the test duration.

About

Grafana k6 is an open-source load testing tool that makes performance testing easy and productive for engineering teams.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published