feat: add basic k6 load testing script
All checks were successful
Cadoles/bouncer/pipeline/head This commit looks good

This commit is contained in:
2024-03-25 15:40:25 +01:00
parent c8fc143efa
commit 734ed64e8e
2 changed files with 38 additions and 0 deletions

9
misc/k6/README.md Normal file
View File

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