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 Aug 8, 2024
1 parent bc39cab commit 278f83f
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,918.00` | `3.45` | `176.15x` |
|| [async-graphql] | `1,989.60` | `50.77` | `12.12x` |
|| [Caliban] | `1,730.07` | `57.53` | `10.54x` |
|| [GraphQL JIT] | `1,345.20` | `74.04` | `8.19x` |
|| [Gqlgen] | `779.07` | `127.35` | `4.75x` |
|| [Netflix DGS] | `363.60` | `166.28` | `2.21x` |
|| [Apollo GraphQL] | `264.10` | `372.29` | `1.61x` |
|| [Hasura] | `164.17` | `484.34` | `1.00x` |
|| [Tailcall] | `29,769.90` | `3.35` | `339.83x` |
|| [async-graphql] | `1,957.79` | `51.19` | `22.35x` |
|| [Caliban] | `1,698.04` | `58.62` | `19.38x` |
|| [GraphQL JIT] | `1,340.35` | `74.32` | `15.30x` |
|| [Gqlgen] | `791.88` | `125.39` | `9.04x` |
|| [Netflix DGS] | `369.08` | `168.10` | `4.21x` |
|| [Apollo GraphQL] | `267.88` | `367.05` | `3.06x` |
|| [Hasura] | `87.60` | `588.44` | `1.00x` |
| 2 | `{ posts { title }}` |
|| [Tailcall] | `58,273.70` | `1.71` | `67.90x` |
|| [async-graphql] | `9,876.63` | `10.42` | `11.51x` |
|| [Caliban] | `9,810.83` | `10.55` | `11.43x` |
|| [Gqlgen] | `2,178.79` | `47.43` | `2.54x` |
|| [Apollo GraphQL] | `1,700.14` | `58.74` | `1.98x` |
|| [Netflix DGS] | `1,591.32` | `70.92` | `1.85x` |
|| [GraphQL JIT] | `1,390.64` | `71.80` | `1.62x` |
|| [Hasura] | `858.27` | `116.40` | `1.00x` |
|| [Tailcall] | `58,463.80` | `1.70` | `71.49x` |
|| [async-graphql] | `9,810.24` | `10.31` | `12.00x` |
|| [Caliban] | `9,648.84` | `10.72` | `11.80x` |
|| [Gqlgen] | `2,199.44` | `47.03` | `2.69x` |
|| [Apollo GraphQL] | `1,742.74` | `57.30` | `2.13x` |
|| [Netflix DGS] | `1,608.82` | `70.23` | `1.97x` |
|| [GraphQL JIT] | `1,410.09` | `70.82` | `1.72x` |
|| [Hasura] | `817.79` | `122.03` | `1.00x` |
| 3 | `{ greet }` |
|| [Caliban] | `68,704.20` | `1.06` | `26.47x` |
|| [Tailcall] | `58,587.90` | `1.72` | `22.57x` |
|| [async-graphql] | `47,843.20` | `2.27` | `18.43x` |
|| [Gqlgen] | `47,406.80` | `5.02` | `18.27x` |
|| [Netflix DGS] | `8,166.91` | `14.66` | `3.15x` |
|| [Apollo GraphQL] | `7,951.07` | `12.75` | `3.06x` |
|| [GraphQL JIT] | `5,193.47` | `19.22` | `2.00x` |
|| [Hasura] | `2,595.35` | `38.43` | `1.00x` |
|| [Caliban] | `69,001.90` | `1.05` | `27.91x` |
|| [Tailcall] | `59,310.50` | `1.70` | `23.99x` |
|| [async-graphql] | `47,447.00` | `2.11` | `19.19x` |
|| [Gqlgen] | `47,298.20` | `5.31` | `19.13x` |
|| [Netflix DGS] | `8,268.66` | `14.50` | `3.34x` |
|| [Apollo GraphQL] | `8,103.87` | `12.54` | `3.28x` |
|| [GraphQL JIT] | `5,273.47` | `18.94` | `2.13x` |
|| [Hasura] | `2,472.03` | `40.34` | `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,918.00` | `3.45` | `176.15x` |
|| [async-graphql] | `1,989.60` | `50.77` | `12.12x` |
|| [Caliban] | `1,730.07` | `57.53` | `10.54x` |
|| [GraphQL JIT] | `1,345.20` | `74.04` | `8.19x` |
|| [Gqlgen] | `779.07` | `127.35` | `4.75x` |
|| [Netflix DGS] | `363.60` | `166.28` | `2.21x` |
|| [Apollo GraphQL] | `264.10` | `372.29` | `1.61x` |
|| [Hasura] | `164.17` | `484.34` | `1.00x` |
|| [Tailcall] | `29,769.90` | `3.35` | `339.83x` |
|| [async-graphql] | `1,957.79` | `51.19` | `22.35x` |
|| [Caliban] | `1,698.04` | `58.62` | `19.38x` |
|| [GraphQL JIT] | `1,340.35` | `74.32` | `15.30x` |
|| [Gqlgen] | `791.88` | `125.39` | `9.04x` |
|| [Netflix DGS] | `369.08` | `168.10` | `4.21x` |
|| [Apollo GraphQL] | `267.88` | `367.05` | `3.06x` |
|| [Hasura] | `87.60` | `588.44` | `1.00x` |
| 2 | `{ posts { title }}` |
|| [Tailcall] | `58,273.70` | `1.71` | `67.90x` |
|| [async-graphql] | `9,876.63` | `10.42` | `11.51x` |
|| [Caliban] | `9,810.83` | `10.55` | `11.43x` |
|| [Gqlgen] | `2,178.79` | `47.43` | `2.54x` |
|| [Apollo GraphQL] | `1,700.14` | `58.74` | `1.98x` |
|| [Netflix DGS] | `1,591.32` | `70.92` | `1.85x` |
|| [GraphQL JIT] | `1,390.64` | `71.80` | `1.62x` |
|| [Hasura] | `858.27` | `116.40` | `1.00x` |
|| [Tailcall] | `58,463.80` | `1.70` | `71.49x` |
|| [async-graphql] | `9,810.24` | `10.31` | `12.00x` |
|| [Caliban] | `9,648.84` | `10.72` | `11.80x` |
|| [Gqlgen] | `2,199.44` | `47.03` | `2.69x` |
|| [Apollo GraphQL] | `1,742.74` | `57.30` | `2.13x` |
|| [Netflix DGS] | `1,608.82` | `70.23` | `1.97x` |
|| [GraphQL JIT] | `1,410.09` | `70.82` | `1.72x` |
|| [Hasura] | `817.79` | `122.03` | `1.00x` |
| 3 | `{ greet }` |
|| [Caliban] | `68,704.20` | `1.06` | `26.47x` |
|| [Tailcall] | `58,587.90` | `1.72` | `22.57x` |
|| [async-graphql] | `47,843.20` | `2.27` | `18.43x` |
|| [Gqlgen] | `47,406.80` | `5.02` | `18.27x` |
|| [Netflix DGS] | `8,166.91` | `14.66` | `3.15x` |
|| [Apollo GraphQL] | `7,951.07` | `12.75` | `3.06x` |
|| [GraphQL JIT] | `5,193.47` | `19.22` | `2.00x` |
|| [Hasura] | `2,595.35` | `38.43` | `1.00x` |
|| [Caliban] | `69,001.90` | `1.05` | `27.91x` |
|| [Tailcall] | `59,310.50` | `1.70` | `23.99x` |
|| [async-graphql] | `47,447.00` | `2.11` | `19.19x` |
|| [Gqlgen] | `47,298.20` | `5.31` | `19.13x` |
|| [Netflix DGS] | `8,268.66` | `14.50` | `3.34x` |
|| [Apollo GraphQL] | `8,103.87` | `12.54` | `3.28x` |
|| [GraphQL JIT] | `5,273.47` | `18.94` | `2.13x` |
|| [Hasura] | `2,472.03` | `40.34` | `1.00x` |

<!-- PERFORMANCE_RESULTS_END -->

0 comments on commit 278f83f

Please sign in to comment.