Skip to content

Commit

Permalink
Update dependency @tailcallhq/tailcall to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent a26d462 commit 414b4d2
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.136.0"
"@tailcallhq/tailcall": "1.4.0"
}
}

2 comments on commit 414b4d2

@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,503.10 4.64 182.28x
[GraphQL JIT] 1,149.44 86.52 9.74x
[async-graphql] 1,009.39 98.42 8.56x
[Caliban] 717.02 140.67 6.08x
[Gqlgen] 384.02 256.74 3.26x
[Netflix DGS] 186.11 523.51 1.58x
[Apollo GraphQL] 133.15 691.74 1.13x
[Hasura] 117.97 747.18 1.00x
2 { posts { title }}
[Tailcall] 32,389.30 3.09 72.13x
[async-graphql] 5,211.21 19.22 11.60x
[Caliban] 4,860.30 21.04 10.82x
[GraphQL JIT] 1,182.25 84.41 2.63x
[Gqlgen] 1,153.58 94.80 2.57x
[Apollo GraphQL] 898.98 111.55 2.00x
[Netflix DGS] 805.70 125.10 1.79x
[Hasura] 449.06 228.30 1.00x
3 { greet }
[Tailcall] 39,491.30 2.53 25.80x
[Caliban] 32,871.60 3.04 21.48x
[Gqlgen] 24,800.30 8.47 16.20x
[async-graphql] 23,538.10 4.26 15.38x
[GraphQL JIT] 4,699.13 21.23 3.07x
[Netflix DGS] 4,216.81 28.17 2.75x
[Apollo GraphQL] 4,119.95 27.39 2.69x
[Hasura] 1,530.61 66.20 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] 33,247.30 2.98 287.83x
[GraphQL JIT] 1,139.69 87.29 9.87x
[async-graphql] 964.31 102.94 8.35x
[Caliban] 829.97 120.31 7.19x
[Gqlgen] 353.19 278.99 3.06x
[Netflix DGS] 185.72 520.83 1.61x
[Apollo GraphQL] 129.31 711.60 1.12x
[Hasura] 115.51 735.12 1.00x
2 { posts { title }}
[Tailcall] 71,477.70 1.36 160.75x
[async-graphql] 5,195.31 19.28 11.68x
[Caliban] 4,917.78 20.83 11.06x
[GraphQL JIT] 1,171.38 85.20 2.63x
[Gqlgen] 1,088.84 101.04 2.45x
[Apollo GraphQL] 880.81 113.85 1.98x
[Netflix DGS] 808.16 124.93 1.82x
[Hasura] 444.64 225.74 1.00x
3 { greet }
[Tailcall] 138,392.00 526.06 88.89x
[Caliban] 34,453.10 2.93 22.13x
[async-graphql] 23,806.70 4.22 15.29x
[Gqlgen] 23,709.00 8.44 15.23x
[GraphQL JIT] 4,568.08 21.85 2.93x
[Netflix DGS] 4,171.78 28.69 2.68x
[Apollo GraphQL] 4,009.98 27.84 2.58x
[Hasura] 1,556.96 68.12 1.00x

Please sign in to comment.