Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 465 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 465 Bytes

K6 Load Test

This repository addresses a proof of concept about load test in a docker environment.

How to get service up and running

./run.sh up

How to start load test

./run.sh loadtest

How to clean up

./run.sh down

Results

  • Execution of load test in k6;
  • Automatic real time report of load test in grafana via influxdb;
  • Metrics collected such as p95 response time.