https://github.com/pedrofurtado/k6-demo
Demo for K6 load and performance tests. Just for fun.
https://github.com/pedrofurtado/k6-demo
Last synced: about 1 month ago
JSON representation
Demo for K6 load and performance tests. Just for fun.
- Host: GitHub
- URL: https://github.com/pedrofurtado/k6-demo
- Owner: pedrofurtado
- Created: 2024-03-14T10:11:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-14T11:01:15.000Z (about 1 year ago)
- Last Synced: 2025-01-25T23:55:08.373Z (3 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# k6-demo
Demo for K6 load and performance tests. Just for fun.
```bash
docker run --rm -i -v $PWD:/app -w /app grafana/k6:0.49.0 run script.js
```