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

https://github.com/intellicode/graphql-benchmark


https://github.com/intellicode/graphql-benchmark

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# graphql-benchmark

## Start servers

```
cd node/
node index.mjs
```

## Start benchmark

```
PORT=4000 node index.js -q simple -d 40 -c 1000
```

`-d`: duration in seconds
`-c`: connections
`-q`: query type

- simple
- medium
- complex
- super-complex