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 23, 2024
1 parent 7f11f09 commit 1814866
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] | `28,320.00` | `3.52` | `175.34x` |
|| [async-graphql] | `1,784.61` | `57.51` | `11.05x` |
|| [Caliban] | `1,523.52` | `65.29` | `9.43x` |
|| [GraphQL JIT] | `1,311.50` | `75.93` | `8.12x` |
|| [Gqlgen] | `744.41` | `133.27` | `4.61x` |
|| [Netflix DGS] | `354.53` | `192.91` | `2.20x` |
|| [Apollo GraphQL] | `264.73` | `370.46` | `1.64x` |
|| [Hasura] | `161.51` | `496.54` | `1.00x` |
|| [Tailcall] | `29,496.60` | `3.38` | `196.74x` |
|| [async-graphql] | `1,805.45` | `55.70` | `12.04x` |
|| [Caliban] | `1,547.91` | `64.33` | `10.32x` |
|| [GraphQL JIT] | `1,335.26` | `74.60` | `8.91x` |
|| [Gqlgen] | `772.80` | `128.41` | `5.15x` |
|| [Netflix DGS] | `358.06` | `177.42` | `2.39x` |
|| [Apollo GraphQL] | `268.25` | `366.16` | `1.79x` |
|| [Hasura] | `149.93` | `549.07` | `1.00x` |
| 2 | `{ posts { title }}` |
|| [Tailcall] | `58,223.00` | `1.71` | `68.82x` |
|| [Caliban] | `9,102.02` | `11.33` | `10.76x` |
|| [async-graphql] | `9,042.00` | `11.20` | `10.69x` |
|| [Gqlgen] | `2,136.74` | `48.34` | `2.53x` |
|| [Apollo GraphQL] | `1,742.58` | `57.30` | `2.06x` |
|| [Netflix DGS] | `1,584.25` | `69.49` | `1.87x` |
|| [GraphQL JIT] | `1,337.30` | `74.68` | `1.58x` |
|| [Hasura] | `845.98` | `117.95` | `1.00x` |
|| [Tailcall] | `58,939.60` | `1.69` | `67.77x` |
|| [Caliban] | `9,238.76` | `11.16` | `10.62x` |
|| [async-graphql] | `9,138.76` | `11.34` | `10.51x` |
|| [Gqlgen] | `2,136.19` | `48.48` | `2.46x` |
|| [Apollo GraphQL] | `1,775.87` | `56.26` | `2.04x` |
|| [Netflix DGS] | `1,593.80` | `69.82` | `1.83x` |
|| [GraphQL JIT] | `1,399.68` | `71.35` | `1.61x` |
|| [Hasura] | `869.69` | `114.81` | `1.00x` |
| 3 | `{ greet }` |
|| [Caliban] | `66,940.20` | `1.09` | `26.59x` |
|| [Tailcall] | `59,316.40` | `1.70` | `23.56x` |
|| [async-graphql] | `47,630.90` | `2.14` | `18.92x` |
|| [Gqlgen] | `46,908.30` | `5.23` | `18.63x` |
|| [Netflix DGS] | `8,151.83` | `15.19` | `3.24x` |
|| [Apollo GraphQL] | `7,931.63` | `12.75` | `3.15x` |
|| [GraphQL JIT] | `5,147.67` | `19.40` | `2.04x` |
|| [Hasura] | `2,517.36` | `39.64` | `1.00x` |
|| [Caliban] | `67,637.00` | `1.07` | `25.83x` |
|| [Tailcall] | `59,557.80` | `1.69` | `22.75x` |
|| [Gqlgen] | `47,525.20` | `5.21` | `18.15x` |
|| [async-graphql] | `47,150.60` | `2.21` | `18.01x` |
|| [Netflix DGS] | `8,261.44` | `15.02` | `3.16x` |
|| [Apollo GraphQL] | `8,186.12` | `12.54` | `3.13x` |
|| [GraphQL JIT] | `5,273.45` | `18.93` | `2.01x` |
|| [Hasura] | `2,618.18` | `38.13` | `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] | `28,320.00` | `3.52` | `175.34x` |
|| [async-graphql] | `1,784.61` | `57.51` | `11.05x` |
|| [Caliban] | `1,523.52` | `65.29` | `9.43x` |
|| [GraphQL JIT] | `1,311.50` | `75.93` | `8.12x` |
|| [Gqlgen] | `744.41` | `133.27` | `4.61x` |
|| [Netflix DGS] | `354.53` | `192.91` | `2.20x` |
|| [Apollo GraphQL] | `264.73` | `370.46` | `1.64x` |
|| [Hasura] | `161.51` | `496.54` | `1.00x` |
|| [Tailcall] | `29,496.60` | `3.38` | `196.74x` |
|| [async-graphql] | `1,805.45` | `55.70` | `12.04x` |
|| [Caliban] | `1,547.91` | `64.33` | `10.32x` |
|| [GraphQL JIT] | `1,335.26` | `74.60` | `8.91x` |
|| [Gqlgen] | `772.80` | `128.41` | `5.15x` |
|| [Netflix DGS] | `358.06` | `177.42` | `2.39x` |
|| [Apollo GraphQL] | `268.25` | `366.16` | `1.79x` |
|| [Hasura] | `149.93` | `549.07` | `1.00x` |
| 2 | `{ posts { title }}` |
|| [Tailcall] | `58,223.00` | `1.71` | `68.82x` |
|| [Caliban] | `9,102.02` | `11.33` | `10.76x` |
|| [async-graphql] | `9,042.00` | `11.20` | `10.69x` |
|| [Gqlgen] | `2,136.74` | `48.34` | `2.53x` |
|| [Apollo GraphQL] | `1,742.58` | `57.30` | `2.06x` |
|| [Netflix DGS] | `1,584.25` | `69.49` | `1.87x` |
|| [GraphQL JIT] | `1,337.30` | `74.68` | `1.58x` |
|| [Hasura] | `845.98` | `117.95` | `1.00x` |
|| [Tailcall] | `58,939.60` | `1.69` | `67.77x` |
|| [Caliban] | `9,238.76` | `11.16` | `10.62x` |
|| [async-graphql] | `9,138.76` | `11.34` | `10.51x` |
|| [Gqlgen] | `2,136.19` | `48.48` | `2.46x` |
|| [Apollo GraphQL] | `1,775.87` | `56.26` | `2.04x` |
|| [Netflix DGS] | `1,593.80` | `69.82` | `1.83x` |
|| [GraphQL JIT] | `1,399.68` | `71.35` | `1.61x` |
|| [Hasura] | `869.69` | `114.81` | `1.00x` |
| 3 | `{ greet }` |
|| [Caliban] | `66,940.20` | `1.09` | `26.59x` |
|| [Tailcall] | `59,316.40` | `1.70` | `23.56x` |
|| [async-graphql] | `47,630.90` | `2.14` | `18.92x` |
|| [Gqlgen] | `46,908.30` | `5.23` | `18.63x` |
|| [Netflix DGS] | `8,151.83` | `15.19` | `3.24x` |
|| [Apollo GraphQL] | `7,931.63` | `12.75` | `3.15x` |
|| [GraphQL JIT] | `5,147.67` | `19.40` | `2.04x` |
|| [Hasura] | `2,517.36` | `39.64` | `1.00x` |
|| [Caliban] | `67,637.00` | `1.07` | `25.83x` |
|| [Tailcall] | `59,557.80` | `1.69` | `22.75x` |
|| [Gqlgen] | `47,525.20` | `5.21` | `18.15x` |
|| [async-graphql] | `47,150.60` | `2.21` | `18.01x` |
|| [Netflix DGS] | `8,261.44` | `15.02` | `3.16x` |
|| [Apollo GraphQL] | `8,186.12` | `12.54` | `3.13x` |
|| [GraphQL JIT] | `5,273.45` | `18.93` | `2.01x` |
|| [Hasura] | `2,618.18` | `38.13` | `1.00x` |

<!-- PERFORMANCE_RESULTS_END -->

0 comments on commit 1814866

Please sign in to comment.