bouncer/misc/k6/README.md
William Petit 734ed64e8e
All checks were successful
Cadoles/bouncer/pipeline/head This commit looks good
feat: add basic k6 load testing script
2024-03-25 15:40:25 +01:00

10 lines
131 B
Markdown

# K6 - Load Test
Very basic load testing script for [k6](https://k6.io/).
## How to run
```shell
k6 run cadoles-loadtest.js
```