Skip to content

Commit

Permalink
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 Jul 15, 2024
1 parent 33c2f0d commit f245ba9
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] | `29,922.20` | `3.33` | `112.12x` |
|| [async-graphql] | `1,867.29` | `54.01` | `7.00x` |
|| [Caliban] | `1,568.68` | `63.70` | `5.88x` |
|| [Hasura] | `1,493.31` | `66.79` | `5.60x` |
|| [GraphQL JIT] | `1,338.18` | `74.42` | `5.01x` |
|| [Gqlgen] | `770.57` | `128.83` | `2.89x` |
|| [Netflix DGS] | `356.89` | `246.24` | `1.34x` |
|| [Apollo GraphQL] | `266.88` | `367.39` | `1.00x` |
|| [Tailcall] | `29,865.00` | `3.34` | `112.98x` |
|| [async-graphql] | `1,824.45` | `54.68` | `6.90x` |
|| [Caliban] | `1,631.74` | `60.96` | `6.17x` |
|| [Hasura] | `1,513.32` | `65.92` | `5.72x` |
|| [GraphQL JIT] | `1,308.30` | `76.09` | `4.95x` |
|| [Gqlgen] | `771.42` | `128.66` | `2.92x` |
|| [Netflix DGS] | `360.56` | `174.79` | `1.36x` |
|| [Apollo GraphQL] | `264.34` | `370.65` | `1.00x` |
| 2 | `{ posts { title }}` |
|| [Tailcall] | `62,054.00` | `1.60` | `45.17x` |
|| [async-graphql] | `9,456.44` | `10.70` | `6.88x` |
|| [Caliban] | `9,318.68` | `11.08` | `6.78x` |
|| [Hasura] | `2,447.49` | `40.84` | `1.78x` |
|| [Gqlgen] | `2,167.07` | `47.82` | `1.58x` |
|| [Apollo GraphQL] | `1,745.49` | `57.21` | `1.27x` |
|| [Netflix DGS] | `1,601.17` | `68.94` | `1.17x` |
|| [GraphQL JIT] | `1,373.75` | `72.69` | `1.00x` |
|| [Tailcall] | `61,611.40` | `1.61` | `45.11x` |
|| [Caliban] | `9,406.21` | `10.99` | `6.89x` |
|| [async-graphql] | `9,366.90` | `10.76` | `6.86x` |
|| [Hasura] | `2,450.62` | `40.79` | `1.79x` |
|| [Gqlgen] | `2,150.47` | `48.08` | `1.57x` |
|| [Apollo GraphQL] | `1,745.86` | `57.22` | `1.28x` |
|| [Netflix DGS] | `1,602.77` | `69.19` | `1.17x` |
|| [GraphQL JIT] | `1,365.94` | `73.10` | `1.00x` |
| 3 | `{ greet }` |
|| [Caliban] | `68,335.30` | `1.05` | `27.05x` |
|| [Tailcall] | `64,385.60` | `1.56` | `25.49x` |
|| [async-graphql] | `51,682.70` | `1.98` | `20.46x` |
|| [Gqlgen] | `47,207.70` | `5.07` | `18.69x` |
|| [Netflix DGS] | `8,248.13` | `14.56` | `3.26x` |
|| [Apollo GraphQL] | `7,931.10` | `12.95` | `3.14x` |
|| [GraphQL JIT] | `5,176.81` | `19.29` | `2.05x` |
|| [Hasura] | `2,526.31` | `39.52` | `1.00x` |
|| [Caliban] | `69,058.50` | `1.06` | `27.21x` |
|| [Tailcall] | `63,879.10` | `1.58` | `25.17x` |
|| [async-graphql] | `50,746.10` | `2.10` | `20.00x` |
|| [Gqlgen] | `46,935.70` | `5.11` | `18.50x` |
|| [Netflix DGS] | `8,233.67` | `14.43` | `3.24x` |
|| [Apollo GraphQL] | `8,028.37` | `12.66` | `3.16x` |
|| [GraphQL JIT] | `5,097.42` | `19.59` | `2.01x` |
|| [Hasura] | `2,537.66` | `39.39` | `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] | `29,922.20` | `3.33` | `112.12x` |
|| [async-graphql] | `1,867.29` | `54.01` | `7.00x` |
|| [Caliban] | `1,568.68` | `63.70` | `5.88x` |
|| [Hasura] | `1,493.31` | `66.79` | `5.60x` |
|| [GraphQL JIT] | `1,338.18` | `74.42` | `5.01x` |
|| [Gqlgen] | `770.57` | `128.83` | `2.89x` |
|| [Netflix DGS] | `356.89` | `246.24` | `1.34x` |
|| [Apollo GraphQL] | `266.88` | `367.39` | `1.00x` |
|| [Tailcall] | `29,865.00` | `3.34` | `112.98x` |
|| [async-graphql] | `1,824.45` | `54.68` | `6.90x` |
|| [Caliban] | `1,631.74` | `60.96` | `6.17x` |
|| [Hasura] | `1,513.32` | `65.92` | `5.72x` |
|| [GraphQL JIT] | `1,308.30` | `76.09` | `4.95x` |
|| [Gqlgen] | `771.42` | `128.66` | `2.92x` |
|| [Netflix DGS] | `360.56` | `174.79` | `1.36x` |
|| [Apollo GraphQL] | `264.34` | `370.65` | `1.00x` |
| 2 | `{ posts { title }}` |
|| [Tailcall] | `62,054.00` | `1.60` | `45.17x` |
|| [async-graphql] | `9,456.44` | `10.70` | `6.88x` |
|| [Caliban] | `9,318.68` | `11.08` | `6.78x` |
|| [Hasura] | `2,447.49` | `40.84` | `1.78x` |
|| [Gqlgen] | `2,167.07` | `47.82` | `1.58x` |
|| [Apollo GraphQL] | `1,745.49` | `57.21` | `1.27x` |
|| [Netflix DGS] | `1,601.17` | `68.94` | `1.17x` |
|| [GraphQL JIT] | `1,373.75` | `72.69` | `1.00x` |
|| [Tailcall] | `61,611.40` | `1.61` | `45.11x` |
|| [Caliban] | `9,406.21` | `10.99` | `6.89x` |
|| [async-graphql] | `9,366.90` | `10.76` | `6.86x` |
|| [Hasura] | `2,450.62` | `40.79` | `1.79x` |
|| [Gqlgen] | `2,150.47` | `48.08` | `1.57x` |
|| [Apollo GraphQL] | `1,745.86` | `57.22` | `1.28x` |
|| [Netflix DGS] | `1,602.77` | `69.19` | `1.17x` |
|| [GraphQL JIT] | `1,365.94` | `73.10` | `1.00x` |
| 3 | `{ greet }` |
|| [Caliban] | `68,335.30` | `1.05` | `27.05x` |
|| [Tailcall] | `64,385.60` | `1.56` | `25.49x` |
|| [async-graphql] | `51,682.70` | `1.98` | `20.46x` |
|| [Gqlgen] | `47,207.70` | `5.07` | `18.69x` |
|| [Netflix DGS] | `8,248.13` | `14.56` | `3.26x` |
|| [Apollo GraphQL] | `7,931.10` | `12.95` | `3.14x` |
|| [GraphQL JIT] | `5,176.81` | `19.29` | `2.05x` |
|| [Hasura] | `2,526.31` | `39.52` | `1.00x` |
|| [Caliban] | `69,058.50` | `1.06` | `27.21x` |
|| [Tailcall] | `63,879.10` | `1.58` | `25.17x` |
|| [async-graphql] | `50,746.10` | `2.10` | `20.00x` |
|| [Gqlgen] | `46,935.70` | `5.11` | `18.50x` |
|| [Netflix DGS] | `8,233.67` | `14.43` | `3.24x` |
|| [Apollo GraphQL] | `8,028.37` | `12.66` | `3.16x` |
|| [GraphQL JIT] | `5,097.42` | `19.59` | `2.01x` |
|| [Hasura] | `2,537.66` | `39.39` | `1.00x` |

<!-- PERFORMANCE_RESULTS_END -->

0 comments on commit f245ba9

Please sign in to comment.