### Load testing
This is a simple load test script set up with k6s. If you have a server running locally, you can run the load test with:
```bash
$ k6 run test/load/script.js
```