Skip to content

cris-oddball/k6_review

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

k6_review

Overview of using K6 for notification load testing K6

  1. Install K6
  2. Pull down repo
  3. To run the closed model test, which will wait for one request to finish before executing the next test. run k6 run closed-model.js
  4. To run the open model test, which decouples the number of requests from the time it takes to get back a response from the first request, run k6 run open-model.js

Read more at Open and closed models to better understand the difference between these tests. It is a differentiator for using K6.

About

Overview of using K6 for notification load testing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published