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 7, 2024
1 parent 930f466 commit 2baecd6
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,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` |
|| [Tailcall] | `21,996.00` | `4.54` | `193.22x` |
|| [GraphQL JIT] | `1,081.08` | `91.89` | `9.50x` |
|| [async-graphql] | `1,001.51` | `99.12` | `8.80x` |
|| [Caliban] | `718.40` | `139.63` | `6.31x` |
|| [Gqlgen] | `396.74` | `248.54` | `3.49x` |
|| [Netflix DGS] | `188.83` | `514.79` | `1.66x` |
|| [Apollo GraphQL] | `128.30` | `711.52` | `1.13x` |
|| [Hasura] | `113.84` | `797.72` | `1.00x` |
| 2 | `{ posts { title }}` |
|| [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` |
|| [Tailcall] | `33,521.60` | `2.98` | `80.53x` |
|| [async-graphql] | `5,208.27` | `19.29` | `12.51x` |
|| [Caliban] | `4,777.52` | `21.39` | `11.48x` |
|| [Gqlgen] | `1,129.99` | `96.58` | `2.71x` |
|| [GraphQL JIT] | `1,112.37` | `89.69` | `2.67x` |
|| [Apollo GraphQL] | `886.37` | `113.13` | `2.13x` |
|| [Netflix DGS] | `811.71` | `124.26` | `1.95x` |
|| [Hasura] | `416.27` | `243.14` | `1.00x` |
| 3 | `{ greet }` |
|| [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` |
|| [Tailcall] | `40,346.30` | `2.50` | `25.92x` |
|| [Caliban] | `34,135.60` | `2.96` | `21.93x` |
|| [Gqlgen] | `24,843.40` | `11.12` | `15.96x` |
|| [async-graphql] | `23,390.20` | `4.30` | `15.03x` |
|| [GraphQL JIT] | `4,526.47` | `22.05` | `2.91x` |
|| [Netflix DGS] | `4,232.35` | `28.14` | `2.72x` |
|| [Apollo GraphQL] | `4,058.22` | `27.11` | `2.61x` |
|| [Hasura] | `1,556.69` | `64.02` | `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,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` |
|| [Tailcall] | `21,996.00` | `4.54` | `193.22x` |
|| [GraphQL JIT] | `1,081.08` | `91.89` | `9.50x` |
|| [async-graphql] | `1,001.51` | `99.12` | `8.80x` |
|| [Caliban] | `718.40` | `139.63` | `6.31x` |
|| [Gqlgen] | `396.74` | `248.54` | `3.49x` |
|| [Netflix DGS] | `188.83` | `514.79` | `1.66x` |
|| [Apollo GraphQL] | `128.30` | `711.52` | `1.13x` |
|| [Hasura] | `113.84` | `797.72` | `1.00x` |
| 2 | `{ posts { title }}` |
|| [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` |
|| [Tailcall] | `33,521.60` | `2.98` | `80.53x` |
|| [async-graphql] | `5,208.27` | `19.29` | `12.51x` |
|| [Caliban] | `4,777.52` | `21.39` | `11.48x` |
|| [Gqlgen] | `1,129.99` | `96.58` | `2.71x` |
|| [GraphQL JIT] | `1,112.37` | `89.69` | `2.67x` |
|| [Apollo GraphQL] | `886.37` | `113.13` | `2.13x` |
|| [Netflix DGS] | `811.71` | `124.26` | `1.95x` |
|| [Hasura] | `416.27` | `243.14` | `1.00x` |
| 3 | `{ greet }` |
|| [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` |
|| [Tailcall] | `40,346.30` | `2.50` | `25.92x` |
|| [Caliban] | `34,135.60` | `2.96` | `21.93x` |
|| [Gqlgen] | `24,843.40` | `11.12` | `15.96x` |
|| [async-graphql] | `23,390.20` | `4.30` | `15.03x` |
|| [GraphQL JIT] | `4,526.47` | `22.05` | `2.91x` |
|| [Netflix DGS] | `4,232.35` | `28.14` | `2.72x` |
|| [Apollo GraphQL] | `4,058.22` | `27.11` | `2.61x` |
|| [Hasura] | `1,556.69` | `64.02` | `1.00x` |

<!-- PERFORMANCE_RESULTS_END -->

0 comments on commit 2baecd6

Please sign in to comment.