|
|
|
# Artillery
|
|
|
|
Run distributed load tests with artillery.
|
|
|
|
Requirements:
|
|
- [fly cli](https://fly.io/docs/flyctl/)
|
|
- [Docker](https://www.docker.com/)
|
|
- [bun](https://bun.sh/)
|
|
|
|
|
|
```bash
|
|
FLY_API_KEY=
|
|
ARTILLERY_CLOUD_API_KEY=
|
|
UNKEY_KEY=
|
|
bun run main.ts
|
|
`````` |