File size: 262 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
# 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/
|