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 10, 2025
1 parent b237811 commit 2b8fbbf
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,590.20` | `4.62` | `187.33x` |
|| [GraphQL JIT] | `1,105.95` | `89.88` | `9.60x` |
|| [async-graphql] | `1,016.43` | `97.84` | `8.82x` |
|| [Caliban] | `824.83` | `120.84` | `7.16x` |
|| [Gqlgen] | `369.86` | `266.32` | `3.21x` |
|| [Netflix DGS] | `193.72` | `500.38` | `1.68x` |
|| [Apollo GraphQL] | `134.38` | `687.04` | `1.17x` |
|| [Hasura] | `115.25` | `818.60` | `1.00x` |
|| [Tailcall] | `21,792.90` | `4.58` | `201.66x` |
|| [GraphQL JIT] | `1,094.48` | `90.84` | `10.13x` |
|| [async-graphql] | `977.98` | `101.69` | `9.05x` |
|| [Caliban] | `806.30` | `125.07` | `7.46x` |
|| [Gqlgen] | `381.93` | `258.17` | `3.53x` |
|| [Netflix DGS] | `187.14` | `517.32` | `1.73x` |
|| [Apollo GraphQL] | `130.44` | `703.32` | `1.21x` |
|| [Hasura] | `108.07` | `729.93` | `1.00x` |
| 2 | `{ posts { title }}` |
|| [Tailcall] | `32,850.10` | `3.04` | `77.64x` |
|| [async-graphql] | `5,187.36` | `19.36` | `12.26x` |
|| [Caliban] | `4,914.32` | `20.75` | `11.62x` |
|| [GraphQL JIT] | `1,151.18` | `86.69` | `2.72x` |
|| [Gqlgen] | `1,117.17` | `97.94` | `2.64x` |
|| [Apollo GraphQL] | `898.20` | `111.77` | `2.12x` |
|| [Netflix DGS] | `827.58` | `122.08` | `1.96x` |
|| [Hasura] | `423.10` | `240.39` | `1.00x` |
|| [Tailcall] | `33,336.10` | `3.00` | `79.46x` |
|| [async-graphql] | `5,008.56` | `20.00` | `11.94x` |
|| [Caliban] | `4,880.53` | `21.02` | `11.63x` |
|| [GraphQL JIT] | `1,148.09` | `86.93` | `2.74x` |
|| [Gqlgen] | `1,071.63` | `101.87` | `2.55x` |
|| [Apollo GraphQL] | `901.52` | `111.14` | `2.15x` |
|| [Netflix DGS] | `806.30` | `124.75` | `1.92x` |
|| [Hasura] | `419.51` | `240.96` | `1.00x` |
| 3 | `{ greet }` |
|| [Tailcall] | `39,385.50` | `2.54` | `24.97x` |
|| [Caliban] | `34,231.60` | `2.93` | `21.70x` |
|| [Gqlgen] | `24,766.40` | `10.08` | `15.70x` |
|| [async-graphql] | `23,906.40` | `4.22` | `15.16x` |
|| [GraphQL JIT] | `4,603.39` | `21.67` | `2.92x` |
|| [Netflix DGS] | `4,264.39` | `28.00` | `2.70x` |
|| [Apollo GraphQL] | `3,934.43` | `27.64` | `2.49x` |
|| [Hasura] | `1,577.38` | `71.86` | `1.00x` |
|| [Tailcall] | `39,779.20` | `2.51` | `25.95x` |
|| [Caliban] | `33,507.60` | `3.00` | `21.86x` |
|| [async-graphql] | `24,000.30` | `4.17` | `15.66x` |
|| [Gqlgen] | `23,656.60` | `8.72` | `15.43x` |
|| [GraphQL JIT] | `4,589.14` | `21.74` | `2.99x` |
|| [Netflix DGS] | `4,191.04` | `28.27` | `2.73x` |
|| [Apollo GraphQL] | `4,121.30` | `27.24` | `2.69x` |
|| [Hasura] | `1,533.05` | `66.66` | `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,590.20` | `4.62` | `187.33x` |
|| [GraphQL JIT] | `1,105.95` | `89.88` | `9.60x` |
|| [async-graphql] | `1,016.43` | `97.84` | `8.82x` |
|| [Caliban] | `824.83` | `120.84` | `7.16x` |
|| [Gqlgen] | `369.86` | `266.32` | `3.21x` |
|| [Netflix DGS] | `193.72` | `500.38` | `1.68x` |
|| [Apollo GraphQL] | `134.38` | `687.04` | `1.17x` |
|| [Hasura] | `115.25` | `818.60` | `1.00x` |
|| [Tailcall] | `21,792.90` | `4.58` | `201.66x` |
|| [GraphQL JIT] | `1,094.48` | `90.84` | `10.13x` |
|| [async-graphql] | `977.98` | `101.69` | `9.05x` |
|| [Caliban] | `806.30` | `125.07` | `7.46x` |
|| [Gqlgen] | `381.93` | `258.17` | `3.53x` |
|| [Netflix DGS] | `187.14` | `517.32` | `1.73x` |
|| [Apollo GraphQL] | `130.44` | `703.32` | `1.21x` |
|| [Hasura] | `108.07` | `729.93` | `1.00x` |
| 2 | `{ posts { title }}` |
|| [Tailcall] | `32,850.10` | `3.04` | `77.64x` |
|| [async-graphql] | `5,187.36` | `19.36` | `12.26x` |
|| [Caliban] | `4,914.32` | `20.75` | `11.62x` |
|| [GraphQL JIT] | `1,151.18` | `86.69` | `2.72x` |
|| [Gqlgen] | `1,117.17` | `97.94` | `2.64x` |
|| [Apollo GraphQL] | `898.20` | `111.77` | `2.12x` |
|| [Netflix DGS] | `827.58` | `122.08` | `1.96x` |
|| [Hasura] | `423.10` | `240.39` | `1.00x` |
|| [Tailcall] | `33,336.10` | `3.00` | `79.46x` |
|| [async-graphql] | `5,008.56` | `20.00` | `11.94x` |
|| [Caliban] | `4,880.53` | `21.02` | `11.63x` |
|| [GraphQL JIT] | `1,148.09` | `86.93` | `2.74x` |
|| [Gqlgen] | `1,071.63` | `101.87` | `2.55x` |
|| [Apollo GraphQL] | `901.52` | `111.14` | `2.15x` |
|| [Netflix DGS] | `806.30` | `124.75` | `1.92x` |
|| [Hasura] | `419.51` | `240.96` | `1.00x` |
| 3 | `{ greet }` |
|| [Tailcall] | `39,385.50` | `2.54` | `24.97x` |
|| [Caliban] | `34,231.60` | `2.93` | `21.70x` |
|| [Gqlgen] | `24,766.40` | `10.08` | `15.70x` |
|| [async-graphql] | `23,906.40` | `4.22` | `15.16x` |
|| [GraphQL JIT] | `4,603.39` | `21.67` | `2.92x` |
|| [Netflix DGS] | `4,264.39` | `28.00` | `2.70x` |
|| [Apollo GraphQL] | `3,934.43` | `27.64` | `2.49x` |
|| [Hasura] | `1,577.38` | `71.86` | `1.00x` |
|| [Tailcall] | `39,779.20` | `2.51` | `25.95x` |
|| [Caliban] | `33,507.60` | `3.00` | `21.86x` |
|| [async-graphql] | `24,000.30` | `4.17` | `15.66x` |
|| [Gqlgen] | `23,656.60` | `8.72` | `15.43x` |
|| [GraphQL JIT] | `4,589.14` | `21.74` | `2.99x` |
|| [Netflix DGS] | `4,191.04` | `28.27` | `2.73x` |
|| [Apollo GraphQL] | `4,121.30` | `27.24` | `2.69x` |
|| [Hasura] | `1,533.05` | `66.66` | `1.00x` |

<!-- PERFORMANCE_RESULTS_END -->

0 comments on commit 2b8fbbf

Please sign in to comment.