https://github.com/mrbrunelli/artillery-with-cluster
Load Test with Artillery and clusterized REST API
https://github.com/mrbrunelli/artillery-with-cluster
api-load-test artillery artillery-example cluster express load-test load-test-example node node-cluster
Last synced: 10 months ago
JSON representation
Load Test with Artillery and clusterized REST API
- Host: GitHub
- URL: https://github.com/mrbrunelli/artillery-with-cluster
- Owner: mrbrunelli
- Created: 2022-05-29T00:08:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-29T00:16:10.000Z (over 3 years ago)
- Last Synced: 2025-01-15T20:55:08.370Z (12 months ago)
- Topics: api-load-test, artillery, artillery-example, cluster, express, load-test, load-test-example, node, node-cluster
- Language: HTML
- Homepage:
- Size: 326 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Load Test on Node.js Cluster with Artillery

## How execute
```sh
# Install dependencies
yarn
# Run app
yarn start
# Run tests
yarn test
```
## Artillery examples
- [Oficial Doc](https://www.artillery.io/docs/guides/getting-started/writing-your-first-test)
- [Blog Post](https://blog.appsignal.com/2021/11/10/a-guide-to-load-testing-nodejs-apis-with-artillery.html)