Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 470 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 470 Bytes

k6-performance-test-websocket

Example of performance test for websocket with k6

How run the tests:

npm install
  • Create your scripts for test.

  • Run in the command line your script (example):

docker-compose run -v D:/user/k6/scripts:/scripts k6 run scripts/ws.js --vus 300 --duration 60s

If you need documentation of k6: https://docs.k6.io/docs