Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircleCI

Load testing using k6

running the test: k6 run test.js -c ./config.json

Endpoints :

  • /GET users : get all users
  • /POST posts: create a post

Directory structure

├── config.json
├── data
│   └── request.js
├── helpers
│   ├── custom_metrics.js
│   └── global_variable.js
├── LICENSE
├── README.md
└── test.js

Report: summary.html

About

example of Loadtesting using k6

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages