# GoAlert Load Testing | |
This directory contains tools and scripts for load testing GoAlert. | |
## Usage | |
To run the "hello" test: | |
```sh | |
./k6-run hello.ts | |
# or from the root of the repository | |
./test/load/k6-run ./test/load/hello.ts | |
``` | |
More info: https://k6.io/ | |