An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Load Test on Node.js Cluster with Artillery

![Screenshot](.github/screenshot.png)

## 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)