https://github.com/aktech/k6-load-test-docker-compose
Load test via k6 using docker compose
https://github.com/aktech/k6-load-test-docker-compose
Last synced: about 1 year ago
JSON representation
Load test via k6 using docker compose
- Host: GitHub
- URL: https://github.com/aktech/k6-load-test-docker-compose
- Owner: aktech
- License: bsd-3-clause
- Created: 2024-08-08T23:47:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-09T10:07:28.000Z (almost 2 years ago)
- Last Synced: 2025-04-03T12:12:57.170Z (about 1 year ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# k6 Load test via docker compose
[](https://github.com/aktech/k6-load-test-docker-compose/actions/workflows/load_test.yml)
This is a minimal example to perform load testing with [k6](https://k6.io/) and visualize the results via [xk6-dashboard](https://github.com/grafana/xk6-dashboard).
## 🔨 Usage
```bash
git clone git@github.com:aktech/k6-load-test-docker-compose.git
cd k6-load-test-docker-compose.git
docker compose up
```
Checkout the dashboard at http://localhost:5665/
## ⚙️ Configuration
Modify `script.js` to configure load testing for your use case.
## 📈 Dashboard

## LICENSE
Please note that this code is licensed under the [BSD 3-Clause](https://github.com/aktech/k6-load-test-docker-compose/blob/main/LICENSE) license, but k6 itself is licensed under [AGPL-3.0](https://github.com/grafana/k6/blob/869b1683ca6527661640fc9ad7dca1bdfd6224c9/LICENSE.md).