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 Nov 23, 2024
1 parent 400213c commit 8b0ee12
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,606.50` | `4.62` | `180.77x` |
|| [GraphQL JIT] | `1,110.73` | `89.43` | `9.29x` |
|| [async-graphql] | `1,028.84` | `96.47` | `8.61x` |
|| [Caliban] | `768.34` | `131.45` | `6.43x` |
|| [Gqlgen] | `379.58` | `259.57` | `3.18x` |
|| [Netflix DGS] | `183.69` | `524.39` | `1.54x` |
|| [Apollo GraphQL] | `128.94` | `708.30` | `1.08x` |
|| [Hasura] | `119.52` | `754.53` | `1.00x` |
|| [Tailcall] | `19,941.20` | `5.01` | `164.53x` |
|| [GraphQL JIT] | `1,128.13` | `88.17` | `9.31x` |
|| [async-graphql] | `983.70` | `100.82` | `8.12x` |
|| [Caliban] | `728.18` | `138.06` | `6.01x` |
|| [Gqlgen] | `381.05` | `258.78` | `3.14x` |
|| [Netflix DGS] | `181.74` | `530.52` | `1.50x` |
|| [Apollo GraphQL] | `133.73` | `689.95` | `1.10x` |
|| [Hasura] | `121.20` | `768.39` | `1.00x` |
| 2 | `{ posts { title }}` |
|| [Tailcall] | `33,100.30` | `3.02` | `74.53x` |
|| [async-graphql] | `5,214.62` | `19.26` | `11.74x` |
|| [Caliban] | `4,810.46` | `21.33` | `10.83x` |
|| [GraphQL JIT] | `1,147.90` | `86.93` | `2.58x` |
|| [Gqlgen] | `1,083.39` | `100.96` | `2.44x` |
|| [Apollo GraphQL] | `895.03` | `112.11` | `2.02x` |
|| [Netflix DGS] | `804.17` | `125.14` | `1.81x` |
|| [Hasura] | `444.13` | `228.69` | `1.00x` |
|| [Tailcall] | `33,105.70` | `3.02` | `75.17x` |
|| [async-graphql] | `5,108.42` | `19.70` | `11.60x` |
|| [Caliban] | `4,758.56` | `21.47` | `10.80x` |
|| [GraphQL JIT] | `1,172.21` | `85.15` | `2.66x` |
|| [Gqlgen] | `1,083.92` | `101.30` | `2.46x` |
|| [Apollo GraphQL] | `904.13` | `111.05` | `2.05x` |
|| [Netflix DGS] | `799.51` | `126.06` | `1.82x` |
|| [Hasura] | `440.42` | `248.74` | `1.00x` |
| 3 | `{ greet }` |
|| [Tailcall] | `39,135.90` | `2.57` | `25.25x` |
|| [Caliban] | `33,370.30` | `3.02` | `21.53x` |
|| [Gqlgen] | `24,043.80` | `8.73` | `15.51x` |
|| [async-graphql] | `23,532.30` | `4.26` | `15.18x` |
|| [GraphQL JIT] | `4,566.85` | `21.84` | `2.95x` |
|| [Netflix DGS] | `4,206.70` | `28.12` | `2.71x` |
|| [Apollo GraphQL] | `4,022.90` | `27.61` | `2.60x` |
|| [Hasura] | `1,549.74` | `66.07` | `1.00x` |
|| [Tailcall] | `40,142.90` | `2.49` | `26.49x` |
|| [Caliban] | `32,579.60` | `3.09` | `21.50x` |
|| [Gqlgen] | `24,519.00` | `8.90` | `16.18x` |
|| [async-graphql] | `24,272.20` | `4.13` | `16.01x` |
|| [GraphQL JIT] | `4,605.65` | `21.67` | `3.04x` |
|| [Netflix DGS] | `4,123.70` | `28.23` | `2.72x` |
|| [Apollo GraphQL] | `4,121.24` | `27.51` | `2.72x` |
|| [Hasura] | `1,515.60` | `67.67` | `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,606.50` | `4.62` | `180.77x` |
|| [GraphQL JIT] | `1,110.73` | `89.43` | `9.29x` |
|| [async-graphql] | `1,028.84` | `96.47` | `8.61x` |
|| [Caliban] | `768.34` | `131.45` | `6.43x` |
|| [Gqlgen] | `379.58` | `259.57` | `3.18x` |
|| [Netflix DGS] | `183.69` | `524.39` | `1.54x` |
|| [Apollo GraphQL] | `128.94` | `708.30` | `1.08x` |
|| [Hasura] | `119.52` | `754.53` | `1.00x` |
|| [Tailcall] | `19,941.20` | `5.01` | `164.53x` |
|| [GraphQL JIT] | `1,128.13` | `88.17` | `9.31x` |
|| [async-graphql] | `983.70` | `100.82` | `8.12x` |
|| [Caliban] | `728.18` | `138.06` | `6.01x` |
|| [Gqlgen] | `381.05` | `258.78` | `3.14x` |
|| [Netflix DGS] | `181.74` | `530.52` | `1.50x` |
|| [Apollo GraphQL] | `133.73` | `689.95` | `1.10x` |
|| [Hasura] | `121.20` | `768.39` | `1.00x` |
| 2 | `{ posts { title }}` |
|| [Tailcall] | `33,100.30` | `3.02` | `74.53x` |
|| [async-graphql] | `5,214.62` | `19.26` | `11.74x` |
|| [Caliban] | `4,810.46` | `21.33` | `10.83x` |
|| [GraphQL JIT] | `1,147.90` | `86.93` | `2.58x` |
|| [Gqlgen] | `1,083.39` | `100.96` | `2.44x` |
|| [Apollo GraphQL] | `895.03` | `112.11` | `2.02x` |
|| [Netflix DGS] | `804.17` | `125.14` | `1.81x` |
|| [Hasura] | `444.13` | `228.69` | `1.00x` |
|| [Tailcall] | `33,105.70` | `3.02` | `75.17x` |
|| [async-graphql] | `5,108.42` | `19.70` | `11.60x` |
|| [Caliban] | `4,758.56` | `21.47` | `10.80x` |
|| [GraphQL JIT] | `1,172.21` | `85.15` | `2.66x` |
|| [Gqlgen] | `1,083.92` | `101.30` | `2.46x` |
|| [Apollo GraphQL] | `904.13` | `111.05` | `2.05x` |
|| [Netflix DGS] | `799.51` | `126.06` | `1.82x` |
|| [Hasura] | `440.42` | `248.74` | `1.00x` |
| 3 | `{ greet }` |
|| [Tailcall] | `39,135.90` | `2.57` | `25.25x` |
|| [Caliban] | `33,370.30` | `3.02` | `21.53x` |
|| [Gqlgen] | `24,043.80` | `8.73` | `15.51x` |
|| [async-graphql] | `23,532.30` | `4.26` | `15.18x` |
|| [GraphQL JIT] | `4,566.85` | `21.84` | `2.95x` |
|| [Netflix DGS] | `4,206.70` | `28.12` | `2.71x` |
|| [Apollo GraphQL] | `4,022.90` | `27.61` | `2.60x` |
|| [Hasura] | `1,549.74` | `66.07` | `1.00x` |
|| [Tailcall] | `40,142.90` | `2.49` | `26.49x` |
|| [Caliban] | `32,579.60` | `3.09` | `21.50x` |
|| [Gqlgen] | `24,519.00` | `8.90` | `16.18x` |
|| [async-graphql] | `24,272.20` | `4.13` | `16.01x` |
|| [GraphQL JIT] | `4,605.65` | `21.67` | `3.04x` |
|| [Netflix DGS] | `4,123.70` | `28.23` | `2.72x` |
|| [Apollo GraphQL] | `4,121.24` | `27.51` | `2.72x` |
|| [Hasura] | `1,515.60` | `67.67` | `1.00x` |

<!-- PERFORMANCE_RESULTS_END -->

0 comments on commit 8b0ee12

Please sign in to comment.