Skip to content

Commit

Permalink
Update dependency @tailcallhq/tailcall to v0.135.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 7, 2024
1 parent 43f4b8a commit 580f9ae
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 45 deletions.
88 changes: 44 additions & 44 deletions graphql/tailcall/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion graphql/tailcall/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"author": "",
"license": "ISC",
"dependencies": {
"@tailcallhq/tailcall": "0.135.1"
"@tailcallhq/tailcall": "0.135.5"
}
}

2 comments on commit 580f9ae

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Query Server Requests/sec Latency (ms) Relative
1 { posts { id userId title user { id name email }}}
[Tailcall] 72,169.30 1.33 676.78x
[Netflix DGS] 1,877.22 32.68 17.60x
[GraphQL JIT] 1,125.73 88.27 10.56x
[async-graphql] 958.18 103.64 8.99x
[Caliban] 790.65 126.46 7.41x
[Gqlgen] 384.62 256.23 3.61x
[Apollo GraphQL] 119.73 747.37 1.12x
[Hasura] 106.64 788.92 1.00x
2 { posts { title }}
[Tailcall] 142,307.00 656.78 316.49x
[Netflix DGS] 6,381.80 19.76 14.19x
[async-graphql] 5,057.46 19.88 11.25x
[Caliban] 4,829.82 21.12 10.74x
[GraphQL JIT] 1,152.79 86.53 2.56x
[Gqlgen] 1,102.52 99.59 2.45x
[Apollo GraphQL] 850.03 118.25 1.89x
[Hasura] 449.64 228.83 1.00x
3 { greet }
[Tailcall] 318,829.00 296.23 215.53x
[Caliban] 34,190.40 2.96 23.11x
[Netflix DGS] 26,703.60 3.99 18.05x
[Gqlgen] 24,275.80 10.28 16.41x
[async-graphql] 23,496.10 4.27 15.88x
[GraphQL JIT] 4,599.93 21.69 3.11x
[Apollo GraphQL] 3,967.79 28.33 2.68x
[Hasura] 1,479.31 68.93 1.00x

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Query Server Requests/sec Latency (ms) Relative
1 { posts { id userId title user { id name email }}}
[Tailcall] 21,449.80 4.65 185.57x
[async-graphql] 11,270.50 8.94 97.50x
[Caliban] 4,920.45 20.51 42.57x
[Gqlgen] 2,591.99 38.50 22.42x
[GraphQL JIT] 1,087.51 91.48 9.41x
[Apollo GraphQL] 1,048.12 94.80 9.07x
[Netflix DGS] 185.28 520.12 1.60x
[Hasura] 115.59 773.04 1.00x
2 { posts { title }}
[async-graphql] 56,398.60 1.82 124.33x
[Caliban] 50,727.30 2.00 111.82x
[Tailcall] 32,641.30 3.06 71.95x
[Gqlgen] 8,315.05 13.23 18.33x
[Apollo GraphQL] 6,225.47 16.19 13.72x
[GraphQL JIT] 1,120.85 89.05 2.47x
[Netflix DGS] 780.53 128.92 1.72x
[Hasura] 453.64 232.30 1.00x
3 { greet }
[async-graphql] 384,911.00 208.87 253.90x
[Caliban] 340,707.00 324.61 224.74x
[Gqlgen] 180,860.00 740.90 119.30x
[Apollo GraphQL] 45,405.70 2.47 29.95x
[Tailcall] 39,044.70 2.56 25.76x
[GraphQL JIT] 4,600.39 21.69 3.03x
[Netflix DGS] 4,125.89 28.95 2.72x
[Hasura] 1,515.99 65.80 1.00x

Please sign in to comment.