Skip to content

Commit 4da2f5c

Browse files
benchmark: update
1 parent 7336620 commit 4da2f5c

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

benchmarks/README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ The API is served over HTTP using a common web server and load tested using [bom
2020

2121
### Results
2222

23-
| Name | Language | Server | Latency avg | Requests |
24-
| -------------------------------------------------------------------- | -------- | ------- | ----------- | -------- |
25-
| [yoga](https://github.com/dotansimha/graphql-yoga) | Node.js | http | 15.14ms | 13kps |
26-
| [apollo](https://github.com/apollographql/apollo-server) | Node.js | Express | 31.82ms | 6.3kps |
27-
| [yoga-otel](https://github.com/open-telemetry/opentelemetry-js/) | Node.js | http | 33.98ms | 5.9kps |
28-
| [helix](https://github.com/contra/graphql-helix) | Node.js | http | 46.37ms | 4.3kps |
29-
| [apollo-debugger](https://graphql-debugger.com/docs/plugins/apollo) | Node.js | Express | 53.69ms | 3.7kps |
30-
| [yoga-debugger](https://graphql-debugger.com/docs/plugins/yoga) | Node.js | http | 53.85ms | 3.7kps |
31-
| [apollo-otel](https://github.com/open-telemetry/opentelemetry-js/) | Node.js | Express | 56.24ms | 3.5kps |
32-
| [helix-otel](https://github.com/open-telemetry/opentelemetry-js/) | Node.js | http | 68.50ms | 2.9kps |
33-
| [helix-debugger](https://github.com/rocket-connect/graphql-debugger) | Node.js | http | 87.95ms | 2.3kps |
23+
| Name | Language | Server | Latency avg | Requests |
24+
| ---------------------------- | ------------- | --------------- | ---------------- | ------------- |
25+
| [yoga](https://github.com/dotansimha/graphql-yoga) | Node.js | http | 14.33ms | 14kps |
26+
| [apollo](https://github.com/apollographql/apollo-server) | Node.js | Express | 31.60ms | 6.3kps |
27+
| [yoga-otel](https://github.com/open-telemetry/opentelemetry-js/) | Node.js | http | 33.34ms | 6.0kps |
28+
| [helix](https://github.com/contra/graphql-helix) | Node.js | http | 51.59ms | 3.9kps |
29+
| [yoga-debugger](https://graphql-debugger.com/docs/plugins/yoga) | Node.js | http | 51.94ms | 3.8kps |
30+
| [apollo-debugger](https://graphql-debugger.com/docs/plugins/apollo) | Node.js | Express | 53.15ms | 3.7kps |
31+
| [apollo-otel](https://github.com/open-telemetry/opentelemetry-js/) | Node.js | Express | 54.97ms | 3.6kps |
32+
| [helix-otel](https://github.com/open-telemetry/opentelemetry-js/) | Node.js | http | 66.98ms | 3.0kps |
33+
| [helix-debugger](https://github.com/rocket-connect/graphql-debugger) | Node.js | http | 78.97ms | 2.5kps |

0 commit comments

Comments
 (0)