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 fab2710 commit 2c4d90e
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,477.20` | `4.37` | `203.93x` |
|| [GraphQL JIT] | `1,143.17` | `87.03` | `10.37x` |
|| [async-graphql] | `1,056.13` | `94.10` | `9.58x` |
|| [Caliban] | `888.04` | `112.70` | `8.06x` |
|| [Gqlgen] | `393.37` | `250.74` | `3.57x` |
|| [Netflix DGS] | `185.73` | `529.62` | `1.69x` |
|| [Apollo GraphQL] | `131.42` | `700.61` | `1.19x` |
|| [Hasura] | `110.22` | `822.12` | `1.00x` |
|| [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` |
| 2 | `{ posts { title }}` |
|| [Tailcall] | `35,386.70` | `2.77` | `87.87x` |
|| [Caliban] | `5,435.72` | `18.47` | `13.50x` |
|| [async-graphql] | `5,258.17` | `19.01` | `13.06x` |
|| [GraphQL JIT] | `1,178.05` | `84.70` | `2.93x` |
|| [Gqlgen] | `1,104.63` | `99.71` | `2.74x` |
|| [Apollo GraphQL] | `899.37` | `111.64` | `2.23x` |
|| [Netflix DGS] | `800.01` | `159.81` | `1.99x` |
|| [Hasura] | `402.70` | `249.73` | `1.00x` |
|| [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` |
| 3 | `{ greet }` |
|| [Caliban] | `47,966.20` | `2.02` | `31.68x` |
|| [Tailcall] | `45,439.10` | `2.15` | `30.01x` |
|| [Gqlgen] | `25,981.20` | `4.93` | `17.16x` |
|| [async-graphql] | `25,512.90` | `3.91` | `16.85x` |
|| [GraphQL JIT] | `4,614.51` | `21.63` | `3.05x` |
|| [Netflix DGS] | `4,164.33` | `27.51` | `2.75x` |
|| [Apollo GraphQL] | `4,086.88` | `28.47` | `2.70x` |
|| [Hasura] | `1,514.11` | `65.94` | `1.00x` |
|| [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` |

<!-- 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,477.20` | `4.37` | `203.93x` |
|| [GraphQL JIT] | `1,143.17` | `87.03` | `10.37x` |
|| [async-graphql] | `1,056.13` | `94.10` | `9.58x` |
|| [Caliban] | `888.04` | `112.70` | `8.06x` |
|| [Gqlgen] | `393.37` | `250.74` | `3.57x` |
|| [Netflix DGS] | `185.73` | `529.62` | `1.69x` |
|| [Apollo GraphQL] | `131.42` | `700.61` | `1.19x` |
|| [Hasura] | `110.22` | `822.12` | `1.00x` |
|| [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` |
| 2 | `{ posts { title }}` |
|| [Tailcall] | `35,386.70` | `2.77` | `87.87x` |
|| [Caliban] | `5,435.72` | `18.47` | `13.50x` |
|| [async-graphql] | `5,258.17` | `19.01` | `13.06x` |
|| [GraphQL JIT] | `1,178.05` | `84.70` | `2.93x` |
|| [Gqlgen] | `1,104.63` | `99.71` | `2.74x` |
|| [Apollo GraphQL] | `899.37` | `111.64` | `2.23x` |
|| [Netflix DGS] | `800.01` | `159.81` | `1.99x` |
|| [Hasura] | `402.70` | `249.73` | `1.00x` |
|| [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` |
| 3 | `{ greet }` |
|| [Caliban] | `47,966.20` | `2.02` | `31.68x` |
|| [Tailcall] | `45,439.10` | `2.15` | `30.01x` |
|| [Gqlgen] | `25,981.20` | `4.93` | `17.16x` |
|| [async-graphql] | `25,512.90` | `3.91` | `16.85x` |
|| [GraphQL JIT] | `4,614.51` | `21.63` | `3.05x` |
|| [Netflix DGS] | `4,164.33` | `27.51` | `2.75x` |
|| [Apollo GraphQL] | `4,086.88` | `28.47` | `2.70x` |
|| [Hasura] | `1,514.11` | `65.94` | `1.00x` |
|| [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` |

<!-- PERFORMANCE_RESULTS_END -->

0 comments on commit 2c4d90e

Please sign in to comment.