From 67c456e1abcab69577c18c06c2e1d6cd9dbf5c82 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 11:05:38 +0000 Subject: [PATCH] benchmark: update --- benchmarks/README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/benchmarks/README.md b/benchmarks/README.md index 585e2177..89833c4a 100644 --- a/benchmarks/README.md +++ b/benchmarks/README.md @@ -22,12 +22,12 @@ The API is served over HTTP using a common web server and load tested using [bom | Name | Language | Server | Latency avg | Requests | | ---------------------------- | ------------- | --------------- | ---------------- | ------------- | -| [yoga](https://github.com/dotansimha/graphql-yoga) | Node.js | http | 14.42ms | 14kps | -| [apollo](https://github.com/apollographql/apollo-server) | Node.js | Express | 32.77ms | 6.1kps | -| [yoga-otel](https://github.com/open-telemetry/opentelemetry-js/) | Node.js | http | 33.27ms | 6.0kps | -| [helix](https://github.com/contra/graphql-helix) | Node.js | http | 50.34ms | 4.1kps | -| [yoga-debugger](https://graphql-debugger.com/docs/plugins/yoga) | Node.js | http | 51.49ms | 3.9kps | -| [apollo-debugger](https://graphql-debugger.com/docs/plugins/apollo) | Node.js | Express | 52.54ms | 3.8kps | -| [apollo-otel](https://github.com/open-telemetry/opentelemetry-js/) | Node.js | Express | 55.19ms | 3.6kps | -| [helix-otel](https://github.com/open-telemetry/opentelemetry-js/) | Node.js | http | 66.49ms | 3.0kps | -| [helix-debugger](https://github.com/rocket-connect/graphql-debugger) | Node.js | http | 78.04ms | 2.5kps | +| [yoga](https://github.com/dotansimha/graphql-yoga) | Node.js | http | 15.09ms | 13kps | +| [apollo](https://github.com/apollographql/apollo-server) | Node.js | Express | 31.90ms | 6.3kps | +| [yoga-otel](https://github.com/open-telemetry/opentelemetry-js/) | Node.js | http | 33.44ms | 6.0kps | +| [helix](https://github.com/contra/graphql-helix) | Node.js | http | 43.93ms | 4.5kps | +| [yoga-debugger](https://graphql-debugger.com/docs/plugins/yoga) | Node.js | http | 51.28ms | 3.9kps | +| [apollo-debugger](https://graphql-debugger.com/docs/plugins/apollo) | Node.js | Express | 53.11ms | 3.8kps | +| [apollo-otel](https://github.com/open-telemetry/opentelemetry-js/) | Node.js | Express | 55.09ms | 3.6kps | +| [helix-otel](https://github.com/open-telemetry/opentelemetry-js/) | Node.js | http | 67.71ms | 2.9kps | +| [helix-debugger](https://github.com/rocket-connect/graphql-debugger) | Node.js | http | 87.64ms | 2.3kps |