Skip to content

Commit

Permalink
Update dependency @tailcallhq/tailcall to v0.135.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 7, 2024
1 parent 43f4b8a commit 5142df0
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.6"
}
}

2 comments on commit 5142df0

@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] 67,970.90 1.42 576.40x
[Netflix DGS] 1,961.21 31.12 16.63x
[GraphQL JIT] 1,060.64 93.65 8.99x
[async-graphql] 968.19 102.57 8.21x
[Caliban] 727.28 137.90 6.17x
[Gqlgen] 394.38 249.78 3.34x
[Apollo GraphQL] 127.76 710.20 1.08x
[Hasura] 117.92 787.68 1.00x
2 { posts { title }}
[Tailcall] 163,330.00 573.02 364.54x
[Netflix DGS] 9,230.71 13.00 20.60x
[async-graphql] 5,040.80 19.84 11.25x
[Caliban] 4,848.06 21.12 10.82x
[Gqlgen] 1,136.08 95.96 2.54x
[GraphQL JIT] 1,130.21 88.38 2.52x
[Apollo GraphQL] 873.79 114.75 1.95x
[Hasura] 448.05 228.60 1.00x
3 { greet }
[Tailcall] 355,341.00 272.74 224.14x
[Caliban] 33,081.10 3.01 20.87x
[Netflix DGS] 28,594.20 3.64 18.04x
[Gqlgen] 24,533.40 9.93 15.47x
[async-graphql] 23,270.20 4.33 14.68x
[GraphQL JIT] 4,470.08 22.32 2.82x
[Apollo GraphQL] 3,981.69 28.14 2.51x
[Hasura] 1,585.38 63.16 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,197.00 4.71 180.43x
[GraphQL JIT] 1,154.05 86.18 9.82x
[async-graphql] 942.75 105.34 8.02x
[Caliban] 768.45 130.34 6.54x
[Gqlgen] 406.94 242.36 3.46x
[Netflix DGS] 188.96 511.29 1.61x
[Apollo GraphQL] 130.40 703.61 1.11x
[Hasura] 117.48 761.10 1.00x
2 { posts { title }}
[Tailcall] 31,883.70 3.14 74.16x
[async-graphql] 5,046.70 19.82 11.74x
[Caliban] 4,935.93 20.73 11.48x
[GraphQL JIT] 1,182.70 84.38 2.75x
[Gqlgen] 1,147.34 95.27 2.67x
[Apollo GraphQL] 884.23 113.56 2.06x
[Netflix DGS] 804.01 125.13 1.87x
[Hasura] 429.94 232.54 1.00x
3 { greet }
[Tailcall] 39,576.50 2.52 27.72x
[Caliban] 33,685.30 2.98 23.59x
[Gqlgen] 24,712.60 11.45 17.31x
[async-graphql] 23,403.40 4.28 16.39x
[GraphQL JIT] 4,776.23 20.89 3.35x
[Netflix DGS] 4,242.51 28.03 2.97x
[Apollo GraphQL] 4,065.44 27.07 2.85x
[Hasura] 1,427.79 70.60 1.00x

Please sign in to comment.