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 23, 2024
1 parent eb58190 commit 3b07ccf
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,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` |
|| [Tailcall] | `20,786.60` | `4.80` | `177.48x` |
|| [GraphQL JIT] | `1,135.10` | `87.59` | `9.69x` |
|| [async-graphql] | `943.31` | `105.35` | `8.05x` |
|| [Caliban] | `779.97` | `128.72` | `6.66x` |
|| [Gqlgen] | `387.11` | `254.45` | `3.31x` |
|| [Netflix DGS] | `189.43` | `510.31` | `1.62x` |
|| [Apollo GraphQL] | `131.27` | `696.78` | `1.12x` |
|| [Hasura] | `117.12` | `775.15` | `1.00x` |
| 2 | `{ posts { title }}` |
|| [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` |
|| [Tailcall] | `32,397.00` | `3.09` | `77.04x` |
|| [async-graphql] | `4,997.87` | `20.07` | `11.88x` |
|| [Caliban] | `4,900.17` | `20.86` | `11.65x` |
|| [GraphQL JIT] | `1,142.16` | `87.37` | `2.72x` |
|| [Gqlgen] | `1,116.88` | `98.22` | `2.66x` |
|| [Apollo GraphQL] | `903.11` | `111.35` | `2.15x` |
|| [Netflix DGS] | `812.64` | `123.60` | `1.93x` |
|| [Hasura] | `420.53` | `239.48` | `1.00x` |
| 3 | `{ greet }` |
|| [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` |
|| [Tailcall] | `38,941.10` | `2.58` | `24.55x` |
|| [Caliban] | `32,876.30` | `3.07` | `20.73x` |
|| [Gqlgen] | `23,948.00` | `10.08` | `15.10x` |
|| [async-graphql] | `23,211.50` | `4.33` | `14.63x` |
|| [GraphQL JIT] | `4,446.52` | `22.44` | `2.80x` |
|| [Netflix DGS] | `4,180.89` | `28.89` | `2.64x` |
|| [Apollo GraphQL] | `4,107.50` | `26.92` | `2.59x` |
|| [Hasura] | `1,586.26` | `65.72` | `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,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` |
|| [Tailcall] | `20,786.60` | `4.80` | `177.48x` |
|| [GraphQL JIT] | `1,135.10` | `87.59` | `9.69x` |
|| [async-graphql] | `943.31` | `105.35` | `8.05x` |
|| [Caliban] | `779.97` | `128.72` | `6.66x` |
|| [Gqlgen] | `387.11` | `254.45` | `3.31x` |
|| [Netflix DGS] | `189.43` | `510.31` | `1.62x` |
|| [Apollo GraphQL] | `131.27` | `696.78` | `1.12x` |
|| [Hasura] | `117.12` | `775.15` | `1.00x` |
| 2 | `{ posts { title }}` |
|| [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` |
|| [Tailcall] | `32,397.00` | `3.09` | `77.04x` |
|| [async-graphql] | `4,997.87` | `20.07` | `11.88x` |
|| [Caliban] | `4,900.17` | `20.86` | `11.65x` |
|| [GraphQL JIT] | `1,142.16` | `87.37` | `2.72x` |
|| [Gqlgen] | `1,116.88` | `98.22` | `2.66x` |
|| [Apollo GraphQL] | `903.11` | `111.35` | `2.15x` |
|| [Netflix DGS] | `812.64` | `123.60` | `1.93x` |
|| [Hasura] | `420.53` | `239.48` | `1.00x` |
| 3 | `{ greet }` |
|| [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` |
|| [Tailcall] | `38,941.10` | `2.58` | `24.55x` |
|| [Caliban] | `32,876.30` | `3.07` | `20.73x` |
|| [Gqlgen] | `23,948.00` | `10.08` | `15.10x` |
|| [async-graphql] | `23,211.50` | `4.33` | `14.63x` |
|| [GraphQL JIT] | `4,446.52` | `22.44` | `2.80x` |
|| [Netflix DGS] | `4,180.89` | `28.89` | `2.64x` |
|| [Apollo GraphQL] | `4,107.50` | `26.92` | `2.59x` |
|| [Hasura] | `1,586.26` | `65.72` | `1.00x` |

<!-- PERFORMANCE_RESULTS_END -->

0 comments on commit 3b07ccf

Please sign in to comment.