https://github.com/wizyma/graphqlgrpcbenchmark
this is the repo for the benchmark published on this article
https://github.com/wizyma/graphqlgrpcbenchmark
Last synced: 3 months ago
JSON representation
this is the repo for the benchmark published on this article
- Host: GitHub
- URL: https://github.com/wizyma/graphqlgrpcbenchmark
- Owner: Wizyma
- Created: 2018-06-13T13:04:56.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-29T20:44:44.000Z (about 7 years ago)
- Last Synced: 2025-01-05T00:22:18.626Z (5 months ago)
- Language: JavaScript
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# graphqlgRPCbenchmark
## How to run the benchmarks
1. To generate the mocks to run the tests you need to run the generate.js script under mocks/.
2. Run `yarn run start-servers`
3. Run `yarn run start-client`