K6 load testing tools with Grafana Dashboard provisioning setup using docker-compose
- docker
- make
- Start server:
make up
- Visit dashboard http://localhost:3000/dashboards
- Select General > k6 Load Testing Results
- You can edit loadtesting detail via
scripts/loadtest.ts
- Run loadtest with the command below:
make loadtest
make down