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 Jan 20, 2025
1 parent f184509 commit eeb04f8
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] | `22,707.10` | `4.32` | `202.87x` |
|| [GraphQL JIT] | `1,093.35` | `90.94` | `9.77x` |
|| [async-graphql] | `1,065.50` | `93.27` | `9.52x` |
|| [Caliban] | `850.74` | `118.12` | `7.60x` |
|| [Gqlgen] | `392.52` | `251.33` | `3.51x` |
|| [Netflix DGS] | `185.18` | `529.01` | `1.65x` |
|| [Apollo GraphQL] | `133.67` | `689.20` | `1.19x` |
|| [Hasura] | `111.93` | `803.33` | `1.00x` |
|| [Tailcall] | `22,403.70` | `4.38` | `201.24x` |
|| [GraphQL JIT] | `1,115.11` | `89.18` | `10.02x` |
|| [async-graphql] | `1,058.72` | `93.87` | `9.51x` |
|| [Caliban] | `812.39` | `123.95` | `7.30x` |
|| [Gqlgen] | `373.46` | `263.89` | `3.35x` |
|| [Netflix DGS] | `179.60` | `545.54` | `1.61x` |
|| [Apollo GraphQL] | `128.04` | `715.55` | `1.15x` |
|| [Hasura] | `111.33` | `785.47` | `1.00x` |
| 2 | `{ posts { title }}` |
|| [Tailcall] | `35,878.00` | `2.73` | `86.23x` |
|| [Caliban] | `5,414.77` | `18.54` | `13.01x` |
|| [async-graphql] | `5,176.42` | `19.31` | `12.44x` |
|| [GraphQL JIT] | `1,146.61` | `87.04` | `2.76x` |
|| [Gqlgen] | `1,094.44` | `100.92` | `2.63x` |
|| [Apollo GraphQL] | `913.23` | `109.96` | `2.19x` |
|| [Netflix DGS] | `797.52` | `160.64` | `1.92x` |
|| [Hasura] | `416.07` | `240.50` | `1.00x` |
|| [Tailcall] | `35,142.90` | `2.79` | `78.51x` |
|| [Caliban] | `5,592.58` | `17.92` | `12.49x` |
|| [async-graphql] | `5,199.96` | `19.23` | `11.62x` |
|| [GraphQL JIT] | `1,141.02` | `87.46` | `2.55x` |
|| [Gqlgen] | `1,060.39` | `103.45` | `2.37x` |
|| [Apollo GraphQL] | `891.00` | `112.74` | `1.99x` |
|| [Netflix DGS] | `787.66` | `165.02` | `1.76x` |
|| [Hasura] | `447.62` | `229.63` | `1.00x` |
| 3 | `{ greet }` |
|| [Caliban] | `47,710.20` | `2.03` | `29.48x` |
|| [Tailcall] | `46,511.30` | `2.10` | `28.74x` |
|| [Gqlgen] | `25,362.20` | `5.10` | `15.67x` |
|| [async-graphql] | `25,050.90` | `3.98` | `15.48x` |
|| [GraphQL JIT] | `4,544.55` | `21.96` | `2.81x` |
|| [Apollo GraphQL] | `4,130.25` | `27.53` | `2.55x` |
|| [Netflix DGS] | `4,127.97` | `28.09` | `2.55x` |
|| [Hasura] | `1,618.49` | `61.61` | `1.00x` |
|| [Caliban] | `46,819.20` | `2.07` | `29.16x` |
|| [Tailcall] | `44,749.20` | `2.18` | `27.87x` |
|| [async-graphql] | `25,585.60` | `3.90` | `15.94x` |
|| [Gqlgen] | `25,159.20` | `5.10` | `15.67x` |
|| [GraphQL JIT] | `4,597.25` | `21.71` | `2.86x` |
|| [Apollo GraphQL] | `4,082.86` | `28.16` | `2.54x` |
|| [Netflix DGS] | `4,017.37` | `29.31` | `2.50x` |
|| [Hasura] | `1,605.38` | `62.36` | `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] | `22,707.10` | `4.32` | `202.87x` |
|| [GraphQL JIT] | `1,093.35` | `90.94` | `9.77x` |
|| [async-graphql] | `1,065.50` | `93.27` | `9.52x` |
|| [Caliban] | `850.74` | `118.12` | `7.60x` |
|| [Gqlgen] | `392.52` | `251.33` | `3.51x` |
|| [Netflix DGS] | `185.18` | `529.01` | `1.65x` |
|| [Apollo GraphQL] | `133.67` | `689.20` | `1.19x` |
|| [Hasura] | `111.93` | `803.33` | `1.00x` |
|| [Tailcall] | `22,403.70` | `4.38` | `201.24x` |
|| [GraphQL JIT] | `1,115.11` | `89.18` | `10.02x` |
|| [async-graphql] | `1,058.72` | `93.87` | `9.51x` |
|| [Caliban] | `812.39` | `123.95` | `7.30x` |
|| [Gqlgen] | `373.46` | `263.89` | `3.35x` |
|| [Netflix DGS] | `179.60` | `545.54` | `1.61x` |
|| [Apollo GraphQL] | `128.04` | `715.55` | `1.15x` |
|| [Hasura] | `111.33` | `785.47` | `1.00x` |
| 2 | `{ posts { title }}` |
|| [Tailcall] | `35,878.00` | `2.73` | `86.23x` |
|| [Caliban] | `5,414.77` | `18.54` | `13.01x` |
|| [async-graphql] | `5,176.42` | `19.31` | `12.44x` |
|| [GraphQL JIT] | `1,146.61` | `87.04` | `2.76x` |
|| [Gqlgen] | `1,094.44` | `100.92` | `2.63x` |
|| [Apollo GraphQL] | `913.23` | `109.96` | `2.19x` |
|| [Netflix DGS] | `797.52` | `160.64` | `1.92x` |
|| [Hasura] | `416.07` | `240.50` | `1.00x` |
|| [Tailcall] | `35,142.90` | `2.79` | `78.51x` |
|| [Caliban] | `5,592.58` | `17.92` | `12.49x` |
|| [async-graphql] | `5,199.96` | `19.23` | `11.62x` |
|| [GraphQL JIT] | `1,141.02` | `87.46` | `2.55x` |
|| [Gqlgen] | `1,060.39` | `103.45` | `2.37x` |
|| [Apollo GraphQL] | `891.00` | `112.74` | `1.99x` |
|| [Netflix DGS] | `787.66` | `165.02` | `1.76x` |
|| [Hasura] | `447.62` | `229.63` | `1.00x` |
| 3 | `{ greet }` |
|| [Caliban] | `47,710.20` | `2.03` | `29.48x` |
|| [Tailcall] | `46,511.30` | `2.10` | `28.74x` |
|| [Gqlgen] | `25,362.20` | `5.10` | `15.67x` |
|| [async-graphql] | `25,050.90` | `3.98` | `15.48x` |
|| [GraphQL JIT] | `4,544.55` | `21.96` | `2.81x` |
|| [Apollo GraphQL] | `4,130.25` | `27.53` | `2.55x` |
|| [Netflix DGS] | `4,127.97` | `28.09` | `2.55x` |
|| [Hasura] | `1,618.49` | `61.61` | `1.00x` |
|| [Caliban] | `46,819.20` | `2.07` | `29.16x` |
|| [Tailcall] | `44,749.20` | `2.18` | `27.87x` |
|| [async-graphql] | `25,585.60` | `3.90` | `15.94x` |
|| [Gqlgen] | `25,159.20` | `5.10` | `15.67x` |
|| [GraphQL JIT] | `4,597.25` | `21.71` | `2.86x` |
|| [Apollo GraphQL] | `4,082.86` | `28.16` | `2.54x` |
|| [Netflix DGS] | `4,017.37` | `29.31` | `2.50x` |
|| [Hasura] | `1,605.38` | `62.36` | `1.00x` |

<!-- PERFORMANCE_RESULTS_END -->

0 comments on commit eeb04f8

Please sign in to comment.