easygraphl-lt

Stars
0

easygraphql-lt

This a client and a server used to run load testing to a GraphQL server using easygraphql-load-tester.

>

How it works.

clone this repo:

$ git clone

On one terminal open the front and install the package, then run.

$ cd front
$ npm i
$ npm run dev

On the other terminal open the server and install the package, then run.

$ cd server
$ npm i
$ npm run dev

Then on the client, set the URL, duration, arrival rate and used arguments (It should be a JSON).