Skip to content

Commit

Permalink
[ci skip] update performance results in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and github-actions[bot] committed Dec 5, 2024
1 parent 559c7ee commit 43f4b8a
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 48 deletions.
48 changes: 24 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,32 +51,32 @@ Get started with the benchmarks:
| Query | Server | Requests/sec | Latency (ms) | Relative |
|-------:|--------:|--------------:|--------------:|---------:|
| 1 | `{ posts { id userId title user { id name email }}}` |
|| [Tailcall] | `21,478.10` | `4.65` | `178.15x` |
|| [GraphQL JIT] | `1,144.96` | `86.89` | `9.50x` |
|| [async-graphql] | `987.40` | `100.50` | `8.19x` |
|| [Caliban] | `777.87` | `127.98` | `6.45x` |
|| [Gqlgen] | `396.18` | `248.81` | `3.29x` |
|| [Netflix DGS] | `190.06` | `507.60` | `1.58x` |
|| [Apollo GraphQL] | `133.93` | `689.62` | `1.11x` |
|| [Hasura] | `120.56` | `727.15` | `1.00x` |
|| [Tailcall] | `21,473.80` | `4.65` | `177.69x` |
|| [GraphQL JIT] | `1,145.22` | `86.78` | `9.48x` |
|| [async-graphql] | `984.34` | `100.87` | `8.14x` |
|| [Caliban] | `799.33` | `125.27` | `6.61x` |
|| [Gqlgen] | `392.33` | `251.39` | `3.25x` |
|| [Netflix DGS] | `188.80` | `515.05` | `1.56x` |
|| [Apollo GraphQL] | `133.55` | `691.91` | `1.11x` |
|| [Hasura] | `120.85` | `757.91` | `1.00x` |
| 2 | `{ posts { title }}` |
|| [Tailcall] | `32,917.60` | `3.04` | `74.04x` |
|| [async-graphql] | `5,079.76` | `19.70` | `11.43x` |
|| [Caliban] | `4,867.90` | `21.01` | `10.95x` |
|| [Gqlgen] | `1,129.03` | `96.76` | `2.54x` |
|| [GraphQL JIT] | `1,121.27` | `89.03` | `2.52x` |
|| [Apollo GraphQL] | `901.43` | `111.31` | `2.03x` |
|| [Netflix DGS] | `806.68` | `125.05` | `1.81x` |
|| [Hasura] | `444.57` | `227.11` | `1.00x` |
|| [Tailcall] | `32,993.50` | `3.03` | `70.55x` |
|| [async-graphql] | `5,096.27` | `19.65` | `10.90x` |
|| [Caliban] | `4,825.55` | `21.24` | `10.32x` |
|| [GraphQL JIT] | `1,174.89` | `84.93` | `2.51x` |
|| [Gqlgen] | `1,120.06` | `97.63` | `2.40x` |
|| [Apollo GraphQL] | `892.05` | `112.41` | `1.91x` |
|| [Netflix DGS] | `806.55` | `124.56` | `1.72x` |
|| [Hasura] | `467.66` | `239.71` | `1.00x` |
| 3 | `{ greet }` |
|| [Tailcall] | `39,933.70` | `2.50` | `24.90x` |
|| [Caliban] | `33,331.10` | `3.02` | `20.78x` |
|| [Gqlgen] | `24,076.70` | `8.81` | `15.01x` |
|| [async-graphql] | `23,222.50` | `4.33` | `14.48x` |
|| [GraphQL JIT] | `4,555.25` | `21.90` | `2.84x` |
|| [Netflix DGS] | `4,238.92` | `28.58` | `2.64x` |
|| [Apollo GraphQL] | `4,114.65` | `26.73` | `2.57x` |
|| [Hasura] | `1,603.93` | `66.38` | `1.00x` |
|| [Tailcall] | `39,609.20` | `2.53` | `25.06x` |
|| [Caliban] | `33,577.90` | `3.00` | `21.24x` |
|| [Gqlgen] | `23,977.40` | `10.12` | `15.17x` |
|| [async-graphql] | `23,349.50` | `4.32` | `14.77x` |
|| [GraphQL JIT] | `4,700.82` | `21.23` | `2.97x` |
|| [Netflix DGS] | `4,209.22` | `28.54` | `2.66x` |
|| [Apollo GraphQL] | `3,921.68` | `28.22` | `2.48x` |
|| [Hasura] | `1,580.56` | `66.58` | `1.00x` |

<!-- PERFORMANCE_RESULTS_END -->

Expand Down
Binary file modified assets/latency_histogram1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/latency_histogram2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/latency_histogram3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/req_sec_histogram1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/req_sec_histogram2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/req_sec_histogram3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 24 additions & 24 deletions results.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,31 @@
| Query | Server | Requests/sec | Latency (ms) | Relative |
|-------:|--------:|--------------:|--------------:|---------:|
| 1 | `{ posts { id userId title user { id name email }}}` |
|| [Tailcall] | `21,478.10` | `4.65` | `178.15x` |
|| [GraphQL JIT] | `1,144.96` | `86.89` | `9.50x` |
|| [async-graphql] | `987.40` | `100.50` | `8.19x` |
|| [Caliban] | `777.87` | `127.98` | `6.45x` |
|| [Gqlgen] | `396.18` | `248.81` | `3.29x` |
|| [Netflix DGS] | `190.06` | `507.60` | `1.58x` |
|| [Apollo GraphQL] | `133.93` | `689.62` | `1.11x` |
|| [Hasura] | `120.56` | `727.15` | `1.00x` |
|| [Tailcall] | `21,473.80` | `4.65` | `177.69x` |
|| [GraphQL JIT] | `1,145.22` | `86.78` | `9.48x` |
|| [async-graphql] | `984.34` | `100.87` | `8.14x` |
|| [Caliban] | `799.33` | `125.27` | `6.61x` |
|| [Gqlgen] | `392.33` | `251.39` | `3.25x` |
|| [Netflix DGS] | `188.80` | `515.05` | `1.56x` |
|| [Apollo GraphQL] | `133.55` | `691.91` | `1.11x` |
|| [Hasura] | `120.85` | `757.91` | `1.00x` |
| 2 | `{ posts { title }}` |
|| [Tailcall] | `32,917.60` | `3.04` | `74.04x` |
|| [async-graphql] | `5,079.76` | `19.70` | `11.43x` |
|| [Caliban] | `4,867.90` | `21.01` | `10.95x` |
|| [Gqlgen] | `1,129.03` | `96.76` | `2.54x` |
|| [GraphQL JIT] | `1,121.27` | `89.03` | `2.52x` |
|| [Apollo GraphQL] | `901.43` | `111.31` | `2.03x` |
|| [Netflix DGS] | `806.68` | `125.05` | `1.81x` |
|| [Hasura] | `444.57` | `227.11` | `1.00x` |
|| [Tailcall] | `32,993.50` | `3.03` | `70.55x` |
|| [async-graphql] | `5,096.27` | `19.65` | `10.90x` |
|| [Caliban] | `4,825.55` | `21.24` | `10.32x` |
|| [GraphQL JIT] | `1,174.89` | `84.93` | `2.51x` |
|| [Gqlgen] | `1,120.06` | `97.63` | `2.40x` |
|| [Apollo GraphQL] | `892.05` | `112.41` | `1.91x` |
|| [Netflix DGS] | `806.55` | `124.56` | `1.72x` |
|| [Hasura] | `467.66` | `239.71` | `1.00x` |
| 3 | `{ greet }` |
|| [Tailcall] | `39,933.70` | `2.50` | `24.90x` |
|| [Caliban] | `33,331.10` | `3.02` | `20.78x` |
|| [Gqlgen] | `24,076.70` | `8.81` | `15.01x` |
|| [async-graphql] | `23,222.50` | `4.33` | `14.48x` |
|| [GraphQL JIT] | `4,555.25` | `21.90` | `2.84x` |
|| [Netflix DGS] | `4,238.92` | `28.58` | `2.64x` |
|| [Apollo GraphQL] | `4,114.65` | `26.73` | `2.57x` |
|| [Hasura] | `1,603.93` | `66.38` | `1.00x` |
|| [Tailcall] | `39,609.20` | `2.53` | `25.06x` |
|| [Caliban] | `33,577.90` | `3.00` | `21.24x` |
|| [Gqlgen] | `23,977.40` | `10.12` | `15.17x` |
|| [async-graphql] | `23,349.50` | `4.32` | `14.77x` |
|| [GraphQL JIT] | `4,700.82` | `21.23` | `2.97x` |
|| [Netflix DGS] | `4,209.22` | `28.54` | `2.66x` |
|| [Apollo GraphQL] | `3,921.68` | `28.22` | `2.48x` |
|| [Hasura] | `1,580.56` | `66.58` | `1.00x` |

<!-- PERFORMANCE_RESULTS_END -->

0 comments on commit 43f4b8a

Please sign in to comment.