https://github.com/intellicode/graphql-benchmark
https://github.com/intellicode/graphql-benchmark
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/intellicode/graphql-benchmark
- Owner: Intellicode
- Created: 2025-04-25T19:15:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-25T20:14:59.000Z (about 1 year ago)
- Last Synced: 2025-04-25T21:24:29.142Z (about 1 year ago)
- Language: JavaScript
- Size: 310 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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