Skip to content

Commit 4347d58

Browse files
benchmark: update
1 parent 5120cdf commit 4347d58

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

benchmarks/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ The API is served over HTTP using a common web server and load tested using [bom
2222

2323
| Name | Language | Server | Latency avg | Requests |
2424
| ---------------------------- | ------------- | --------------- | ---------------- | ------------- |
25-
| [yoga](https://github.com/dotansimha/graphql-yoga) | Node.js | http | 15.60ms | 13kps |
26-
| [apollo](https://github.com/apollographql/apollo-server) | Node.js | Express | 35.50ms | 5.6kps |
27-
| [yoga-otel](https://github.com/open-telemetry/opentelemetry-js/) | Node.js | http | 36.91ms | 5.4kps |
28-
| [helix](https://github.com/contra/graphql-helix) | Node.js | http | 50.98ms | 3.9kps |
29-
| [apollo-debugger](https://graphql-debugger.com/docs/plugins/apollo) | Node.js | Express | 59.85ms | 3.3kps |
30-
| [yoga-debugger](https://graphql-debugger.com/docs/plugins/yoga) | Node.js | http | 59.53ms | 3.3kps |
31-
| [apollo-otel](https://github.com/open-telemetry/opentelemetry-js/) | Node.js | Express | 63.40ms | 3.2kps |
32-
| [helix-otel](https://github.com/open-telemetry/opentelemetry-js/) | Node.js | http | 84.74ms | 2.4kps |
33-
| [helix-debugger](https://github.com/rocket-connect/graphql-debugger) | Node.js | http | 95.64ms | 2.1kps |
25+
| [yoga](https://github.com/dotansimha/graphql-yoga) | Node.js | http | 14.42ms | 14kps |
26+
| [yoga-otel](https://github.com/open-telemetry/opentelemetry-js/) | Node.js | http | 32.61ms | 6.1kps |
27+
| [apollo](https://github.com/apollographql/apollo-server) | Node.js | Express | 32.85ms | 6.1kps |
28+
| [helix](https://github.com/contra/graphql-helix) | Node.js | http | 45.61ms | 4.4kps |
29+
| [yoga-debugger](https://graphql-debugger.com/docs/plugins/yoga) | Node.js | http | 51.05ms | 3.9kps |
30+
| [apollo-debugger](https://graphql-debugger.com/docs/plugins/apollo) | Node.js | Express | 52.67ms | 3.8kps |
31+
| [apollo-otel](https://github.com/open-telemetry/opentelemetry-js/) | Node.js | Express | 54.51ms | 3.7kps |
32+
| [helix-otel](https://github.com/open-telemetry/opentelemetry-js/) | Node.js | http | 70.93ms | 2.8kps |
33+
| [helix-debugger](https://github.com/rocket-connect/graphql-debugger) | Node.js | http | 82.95ms | 2.4kps |

0 commit comments

Comments
 (0)