Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' of github.com:rocket-connect/benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
danstarns committed Apr 28, 2024
2 parents 5efb9aa + 681c8f9 commit f72c35b
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ The API is served over HTTP using a common web server and load tested using [bom

| Name | Language | Server | Latency avg | Requests |
| ---------------------------- | ------------- | --------------- | ---------------- | ------------- |
| [Mercurius](https://github.com/mercurius-js/mercurius) | Node.js | Fastify | 9.94ms | 20kps |
| [graphql-yoga](https://github.com/dotansimha/graphql-yoga) | Node.js | http | 14.95ms | 13kps |
| [apollo](https://github.com/apollographql/apollo-server) | Node.js | Express | 32.50ms | 6.1kps |
| [helix](https://github.com/contra/graphql-helix) | Node.js | http | 45.53ms | 4.4kps |
| [apollo-debugger](https://graphql-debugger.com/docs/plugins/apollo) | Node.js | Express | 98.32ms | 2.0kps |
| [helix-debugger](https://github.com/rocket-connect/graphql-debugger) | Node.js | http | 102.98ms | 1.9kps |
| [Mercurius](https://github.com/mercurius-js/mercurius) | Node.js | Fastify | 9.95ms | 20kps |
| [yoga](https://github.com/dotansimha/graphql-yoga) | Node.js | http | 15.40ms | 13kps |
| [apollo](https://github.com/apollographql/apollo-server) | Node.js | Express | 32.60ms | 6.1kps |
| [helix](https://github.com/contra/graphql-helix) | Node.js | http | 47.29ms | 4.2kps |
| [yoga](https://graphql-debugger.com/docs/plugins/yoga) | Node.js | http | 77.70ms | 2.6kps |
| [apollo-debugger](https://graphql-debugger.com/docs/plugins/apollo) | Node.js | Express | 101.16ms | 2.0kps |
| [helix-debugger](https://github.com/rocket-connect/graphql-debugger) | Node.js | http | 104.85ms | 1.9kps |

0 comments on commit f72c35b

Please sign in to comment.