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 3, 2025
1 parent e755e68 commit 176597f
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,812.80` | `4.57` | `189.22x` |
|| [GraphQL JIT] | `1,133.41` | `87.77` | `9.83x` |
|| [async-graphql] | `1,021.28` | `97.26` | `8.86x` |
|| [Caliban] | `797.14` | `125.48` | `6.91x` |
|| [Gqlgen] | `388.18` | `254.08` | `3.37x` |
|| [Netflix DGS] | `192.30` | `502.50` | `1.67x` |
|| [Apollo GraphQL] | `127.96` | `712.91` | `1.11x` |
|| [Hasura] | `115.28` | `776.46` | `1.00x` |
|| [Tailcall] | `22,013.10` | `4.53` | `183.42x` |
|| [GraphQL JIT] | `1,155.73` | `86.01` | `9.63x` |
|| [async-graphql] | `968.98` | `102.45` | `8.07x` |
|| [Caliban] | `762.82` | `131.29` | `6.36x` |
|| [Gqlgen] | `399.53` | `246.42` | `3.33x` |
|| [Netflix DGS] | `188.41` | `517.05` | `1.57x` |
|| [Apollo GraphQL] | `129.92` | `706.57` | `1.08x` |
|| [Hasura] | `120.02` | `756.38` | `1.00x` |
| 2 | `{ posts { title }}` |
|| [Tailcall] | `33,134.10` | `3.02` | `72.96x` |
|| [async-graphql] | `5,280.29` | `19.00` | `11.63x` |
|| [Caliban] | `4,987.16` | `20.47` | `10.98x` |
|| [GraphQL JIT] | `1,164.43` | `85.69` | `2.56x` |
|| [Gqlgen] | `1,113.64` | `98.56` | `2.45x` |
|| [Apollo GraphQL] | `834.95` | `120.44` | `1.84x` |
|| [Netflix DGS] | `817.03` | `123.55` | `1.80x` |
|| [Hasura] | `454.15` | `227.46` | `1.00x` |
|| [Tailcall] | `33,431.70` | `2.99` | `72.16x` |
|| [async-graphql] | `5,124.84` | `19.53` | `11.06x` |
|| [Caliban] | `4,783.52` | `21.44` | `10.33x` |
|| [GraphQL JIT] | `1,180.67` | `84.54` | `2.55x` |
|| [Gqlgen] | `1,139.29` | `96.00` | `2.46x` |
|| [Apollo GraphQL] | `886.13` | `113.35` | `1.91x` |
|| [Netflix DGS] | `808.30` | `124.55` | `1.74x` |
|| [Hasura] | `463.27` | `215.33` | `1.00x` |
| 3 | `{ greet }` |
|| [Tailcall] | `40,602.30` | `2.46` | `25.86x` |
|| [Caliban] | `34,072.30` | `2.94` | `21.70x` |
|| [Gqlgen] | `24,035.10` | `8.77` | `15.31x` |
|| [async-graphql] | `23,907.60` | `4.19` | `15.23x` |
|| [GraphQL JIT] | `4,613.64` | `21.60` | `2.94x` |
|| [Netflix DGS] | `4,249.49` | `28.24` | `2.71x` |
|| [Apollo GraphQL] | `3,925.62` | `28.07` | `2.50x` |
|| [Hasura] | `1,570.17` | `67.59` | `1.00x` |
|| [Tailcall] | `40,564.90` | `2.47` | `25.56x` |
|| [Caliban] | `33,150.30` | `3.02` | `20.89x` |
|| [Gqlgen] | `24,657.00` | `8.92` | `15.54x` |
|| [async-graphql] | `23,890.10` | `4.19` | `15.05x` |
|| [GraphQL JIT] | `4,692.55` | `21.27` | `2.96x` |
|| [Netflix DGS] | `4,165.19` | `28.84` | `2.62x` |
|| [Apollo GraphQL] | `3,958.07` | `27.84` | `2.49x` |
|| [Hasura] | `1,586.96` | `63.35` | `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,812.80` | `4.57` | `189.22x` |
|| [GraphQL JIT] | `1,133.41` | `87.77` | `9.83x` |
|| [async-graphql] | `1,021.28` | `97.26` | `8.86x` |
|| [Caliban] | `797.14` | `125.48` | `6.91x` |
|| [Gqlgen] | `388.18` | `254.08` | `3.37x` |
|| [Netflix DGS] | `192.30` | `502.50` | `1.67x` |
|| [Apollo GraphQL] | `127.96` | `712.91` | `1.11x` |
|| [Hasura] | `115.28` | `776.46` | `1.00x` |
|| [Tailcall] | `22,013.10` | `4.53` | `183.42x` |
|| [GraphQL JIT] | `1,155.73` | `86.01` | `9.63x` |
|| [async-graphql] | `968.98` | `102.45` | `8.07x` |
|| [Caliban] | `762.82` | `131.29` | `6.36x` |
|| [Gqlgen] | `399.53` | `246.42` | `3.33x` |
|| [Netflix DGS] | `188.41` | `517.05` | `1.57x` |
|| [Apollo GraphQL] | `129.92` | `706.57` | `1.08x` |
|| [Hasura] | `120.02` | `756.38` | `1.00x` |
| 2 | `{ posts { title }}` |
|| [Tailcall] | `33,134.10` | `3.02` | `72.96x` |
|| [async-graphql] | `5,280.29` | `19.00` | `11.63x` |
|| [Caliban] | `4,987.16` | `20.47` | `10.98x` |
|| [GraphQL JIT] | `1,164.43` | `85.69` | `2.56x` |
|| [Gqlgen] | `1,113.64` | `98.56` | `2.45x` |
|| [Apollo GraphQL] | `834.95` | `120.44` | `1.84x` |
|| [Netflix DGS] | `817.03` | `123.55` | `1.80x` |
|| [Hasura] | `454.15` | `227.46` | `1.00x` |
|| [Tailcall] | `33,431.70` | `2.99` | `72.16x` |
|| [async-graphql] | `5,124.84` | `19.53` | `11.06x` |
|| [Caliban] | `4,783.52` | `21.44` | `10.33x` |
|| [GraphQL JIT] | `1,180.67` | `84.54` | `2.55x` |
|| [Gqlgen] | `1,139.29` | `96.00` | `2.46x` |
|| [Apollo GraphQL] | `886.13` | `113.35` | `1.91x` |
|| [Netflix DGS] | `808.30` | `124.55` | `1.74x` |
|| [Hasura] | `463.27` | `215.33` | `1.00x` |
| 3 | `{ greet }` |
|| [Tailcall] | `40,602.30` | `2.46` | `25.86x` |
|| [Caliban] | `34,072.30` | `2.94` | `21.70x` |
|| [Gqlgen] | `24,035.10` | `8.77` | `15.31x` |
|| [async-graphql] | `23,907.60` | `4.19` | `15.23x` |
|| [GraphQL JIT] | `4,613.64` | `21.60` | `2.94x` |
|| [Netflix DGS] | `4,249.49` | `28.24` | `2.71x` |
|| [Apollo GraphQL] | `3,925.62` | `28.07` | `2.50x` |
|| [Hasura] | `1,570.17` | `67.59` | `1.00x` |
|| [Tailcall] | `40,564.90` | `2.47` | `25.56x` |
|| [Caliban] | `33,150.30` | `3.02` | `20.89x` |
|| [Gqlgen] | `24,657.00` | `8.92` | `15.54x` |
|| [async-graphql] | `23,890.10` | `4.19` | `15.05x` |
|| [GraphQL JIT] | `4,692.55` | `21.27` | `2.96x` |
|| [Netflix DGS] | `4,165.19` | `28.84` | `2.62x` |
|| [Apollo GraphQL] | `3,958.07` | `27.84` | `2.49x` |
|| [Hasura] | `1,586.96` | `63.35` | `1.00x` |

<!-- PERFORMANCE_RESULTS_END -->

0 comments on commit 176597f

Please sign in to comment.