pascalesdedy / k6_loadtest

example of Loadtesting using k6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 100.0%