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 Jan 12, 2025
1 parent 2b8fbbf commit e5e824c
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.9"
}
}

2 comments on commit e5e824c

@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 }}}
[GraphQL JIT] 1,145.54 86.82 x
[async-graphql] 964.99 103.07 x
[Caliban] 810.53 124.30 x
[Gqlgen] 395.82 248.99 x
[Netflix DGS] 188.90 513.24 x
[Apollo GraphQL] 132.25 694.93 x
[Hasura] 100.84 850.77 x
[Tailcall] 0.00 0.00 x
2 { posts { title }}
[async-graphql] 5,092.76 19.66 x
[Caliban] 4,806.83 21.30 x
[GraphQL JIT] 1,171.42 85.21 x
[Gqlgen] 1,133.25 96.22 x
[Apollo GraphQL] 897.81 111.65 x
[Netflix DGS] 804.56 125.27 x
[Hasura] 415.49 242.99 x
[Tailcall] 0.00 0.00 x
3 { greet }
[Caliban] 32,941.90 3.04 x
[Gqlgen] 24,963.70 10.61 x
[async-graphql] 23,657.40 4.23 x
[GraphQL JIT] 4,564.39 21.85 x
[Netflix DGS] 4,161.86 29.16 x
[Apollo GraphQL] 4,067.98 28.07 x
[Hasura] 1,440.53 70.59 x
[Tailcall] 0.00 0.00 x

@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 }}}
[GraphQL JIT] 1,071.68 92.69 x
[async-graphql] 999.99 99.23 x
[Caliban] 755.34 132.87 x
[Gqlgen] 357.40 275.45 x
[Netflix DGS] 187.41 517.19 x
[Apollo GraphQL] 132.13 693.85 x
[Hasura] 116.91 741.66 x
[Tailcall] 0.00 0.00 x
2 { posts { title }}
[async-graphql] 5,177.60 19.49 x
[Caliban] 4,724.53 21.94 x
[GraphQL JIT] 1,112.11 89.71 x
[Gqlgen] 1,046.31 104.89 x
[Apollo GraphQL] 912.62 110.00 x
[Netflix DGS] 806.58 125.02 x
[Hasura] 434.50 231.68 x
[Tailcall] 0.00 0.00 x
3 { greet }
[Caliban] 34,356.90 2.92 x
[async-graphql] 23,440.30 4.30 x
[Gqlgen] 22,995.40 11.54 x
[GraphQL JIT] 4,489.22 22.22 x
[Netflix DGS] 4,161.21 29.19 x
[Apollo GraphQL] 4,130.21 26.41 x
[Hasura] 1,566.40 64.42 x
[Tailcall] 0.00 0.00 x

Please sign in to comment.