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 Dec 22, 2024
1 parent 555753b commit 19cc5b5
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,567.50` | `4.63` | `193.15x` |
|| [GraphQL JIT] | `1,125.80` | `88.22` | `10.08x` |
|| [async-graphql] | `937.59` | `105.80` | `8.40x` |
|| [Caliban] | `719.69` | `139.42` | `6.45x` |
|| [Gqlgen] | `397.66` | `247.94` | `3.56x` |
|| [Netflix DGS] | `189.32` | `513.39` | `1.70x` |
|| [Apollo GraphQL] | `131.98` | `696.28` | `1.18x` |
|| [Hasura] | `111.66` | `766.72` | `1.00x` |
|| [Tailcall] | `21,738.40` | `4.59` | `213.54x` |
|| [Gqlgen] | `2,241.66` | `44.81` | `22.02x` |
|| [GraphQL JIT] | `1,980.17` | `50.40` | `19.45x` |
|| [async-graphql] | `969.37` | `102.36` | `9.52x` |
|| [Caliban] | `791.73` | `126.54` | `7.78x` |
|| [Netflix DGS] | `189.99` | `512.14` | `1.87x` |
|| [Apollo GraphQL] | `130.61` | `704.04` | `1.28x` |
|| [Hasura] | `101.80` | `785.67` | `1.00x` |
| 2 | `{ posts { title }}` |
|| [Tailcall] | `33,146.80` | `3.02` | `82.11x` |
|| [async-graphql] | `4,955.10` | `20.21` | `12.27x` |
|| [Caliban] | `4,831.11` | `21.12` | `11.97x` |
|| [GraphQL JIT] | `1,152.00` | `86.64` | `2.85x` |
|| [Gqlgen] | `1,143.60` | `95.72` | `2.83x` |
|| [Apollo GraphQL] | `904.10` | `110.96` | `2.24x` |
|| [Netflix DGS] | `811.94` | `124.36` | `2.01x` |
|| [Hasura] | `403.71` | `248.87` | `1.00x` |
|| [Tailcall] | `33,085.60` | `3.02` | `84.84x` |
|| [Gqlgen] | `7,141.90` | `15.53` | `18.31x` |
|| [async-graphql] | `5,056.24` | `19.86` | `12.97x` |
|| [Caliban] | `4,871.98` | `21.04` | `12.49x` |
|| [GraphQL JIT] | `2,320.68` | `43.15` | `5.95x` |
|| [Apollo GraphQL] | `885.77` | `113.30` | `2.27x` |
|| [Netflix DGS] | `812.18` | `123.69` | `2.08x` |
|| [Hasura] | `389.99` | `269.73` | `1.00x` |
| 3 | `{ greet }` |
|| [Tailcall] | `39,069.10` | `2.56` | `26.65x` |
|| [Caliban] | `32,947.10` | `3.05` | `22.47x` |
|| [Gqlgen] | `24,065.30` | `9.35` | `16.42x` |
|| [async-graphql] | `23,516.00` | `4.26` | `16.04x` |
|| [GraphQL JIT] | `4,631.14` | `21.53` | `3.16x` |
|| [Netflix DGS] | `4,158.73` | `28.93` | `2.84x` |
|| [Apollo GraphQL] | `4,032.95` | `27.78` | `2.75x` |
|| [Hasura] | `1,465.96` | `67.98` | `1.00x` |
|| [Gqlgen] | `176,293.00` | `777.55` | `133.37x` |
|| [Tailcall] | `39,546.00` | `2.54` | `29.92x` |
|| [Caliban] | `34,233.50` | `2.93` | `25.90x` |
|| [async-graphql] | `23,305.30` | `4.31` | `17.63x` |
|| [GraphQL JIT] | `9,593.71` | `10.42` | `7.26x` |
|| [Netflix DGS] | `4,187.69` | `28.47` | `3.17x` |
|| [Apollo GraphQL] | `3,993.19` | `27.81` | `3.02x` |
|| [Hasura] | `1,321.85` | `75.78` | `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,567.50` | `4.63` | `193.15x` |
|| [GraphQL JIT] | `1,125.80` | `88.22` | `10.08x` |
|| [async-graphql] | `937.59` | `105.80` | `8.40x` |
|| [Caliban] | `719.69` | `139.42` | `6.45x` |
|| [Gqlgen] | `397.66` | `247.94` | `3.56x` |
|| [Netflix DGS] | `189.32` | `513.39` | `1.70x` |
|| [Apollo GraphQL] | `131.98` | `696.28` | `1.18x` |
|| [Hasura] | `111.66` | `766.72` | `1.00x` |
|| [Tailcall] | `21,738.40` | `4.59` | `213.54x` |
|| [Gqlgen] | `2,241.66` | `44.81` | `22.02x` |
|| [GraphQL JIT] | `1,980.17` | `50.40` | `19.45x` |
|| [async-graphql] | `969.37` | `102.36` | `9.52x` |
|| [Caliban] | `791.73` | `126.54` | `7.78x` |
|| [Netflix DGS] | `189.99` | `512.14` | `1.87x` |
|| [Apollo GraphQL] | `130.61` | `704.04` | `1.28x` |
|| [Hasura] | `101.80` | `785.67` | `1.00x` |
| 2 | `{ posts { title }}` |
|| [Tailcall] | `33,146.80` | `3.02` | `82.11x` |
|| [async-graphql] | `4,955.10` | `20.21` | `12.27x` |
|| [Caliban] | `4,831.11` | `21.12` | `11.97x` |
|| [GraphQL JIT] | `1,152.00` | `86.64` | `2.85x` |
|| [Gqlgen] | `1,143.60` | `95.72` | `2.83x` |
|| [Apollo GraphQL] | `904.10` | `110.96` | `2.24x` |
|| [Netflix DGS] | `811.94` | `124.36` | `2.01x` |
|| [Hasura] | `403.71` | `248.87` | `1.00x` |
|| [Tailcall] | `33,085.60` | `3.02` | `84.84x` |
|| [Gqlgen] | `7,141.90` | `15.53` | `18.31x` |
|| [async-graphql] | `5,056.24` | `19.86` | `12.97x` |
|| [Caliban] | `4,871.98` | `21.04` | `12.49x` |
|| [GraphQL JIT] | `2,320.68` | `43.15` | `5.95x` |
|| [Apollo GraphQL] | `885.77` | `113.30` | `2.27x` |
|| [Netflix DGS] | `812.18` | `123.69` | `2.08x` |
|| [Hasura] | `389.99` | `269.73` | `1.00x` |
| 3 | `{ greet }` |
|| [Tailcall] | `39,069.10` | `2.56` | `26.65x` |
|| [Caliban] | `32,947.10` | `3.05` | `22.47x` |
|| [Gqlgen] | `24,065.30` | `9.35` | `16.42x` |
|| [async-graphql] | `23,516.00` | `4.26` | `16.04x` |
|| [GraphQL JIT] | `4,631.14` | `21.53` | `3.16x` |
|| [Netflix DGS] | `4,158.73` | `28.93` | `2.84x` |
|| [Apollo GraphQL] | `4,032.95` | `27.78` | `2.75x` |
|| [Hasura] | `1,465.96` | `67.98` | `1.00x` |
|| [Gqlgen] | `176,293.00` | `777.55` | `133.37x` |
|| [Tailcall] | `39,546.00` | `2.54` | `29.92x` |
|| [Caliban] | `34,233.50` | `2.93` | `25.90x` |
|| [async-graphql] | `23,305.30` | `4.31` | `17.63x` |
|| [GraphQL JIT] | `9,593.71` | `10.42` | `7.26x` |
|| [Netflix DGS] | `4,187.69` | `28.47` | `3.17x` |
|| [Apollo GraphQL] | `3,993.19` | `27.81` | `3.02x` |
|| [Hasura] | `1,321.85` | `75.78` | `1.00x` |

<!-- PERFORMANCE_RESULTS_END -->

0 comments on commit 19cc5b5

Please sign in to comment.