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 26, 2024
1 parent 05af149 commit 09aa408
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.1"
}
}

2 comments on commit 09aa408

@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,531.80 4.63 197.05x
[GraphQL JIT] 1,133.56 87.69 10.37x
[async-graphql] 953.57 104.17 8.73x
[Caliban] 794.00 126.04 7.27x
[Gqlgen] 370.44 265.71 3.39x
[Netflix DGS] 186.21 518.46 1.70x
[Apollo GraphQL] 128.95 708.84 1.18x
[Hasura] 109.27 752.76 1.00x
2 { posts { title }}
[Tailcall] 32,925.40 3.04 79.28x
[async-graphql] 5,045.53 19.86 12.15x
[Caliban] 4,816.01 21.30 11.60x
[GraphQL JIT] 1,173.67 85.06 2.83x
[Gqlgen] 1,068.41 102.69 2.57x
[Apollo GraphQL] 863.29 116.45 2.08x
[Netflix DGS] 806.93 124.66 1.94x
[Hasura] 415.32 250.77 1.00x
3 { greet }
[Tailcall] 40,099.10 2.51 26.64x
[Caliban] 33,773.70 2.98 22.44x
[Gqlgen] 23,527.30 10.08 15.63x
[async-graphql] 23,186.00 4.32 15.40x
[GraphQL JIT] 4,642.45 21.49 3.08x
[Netflix DGS] 4,129.88 28.82 2.74x
[Apollo GraphQL] 3,917.27 28.34 2.60x
[Hasura] 1,505.35 69.66 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,792.70 4.58 197.24x
[GraphQL JIT] 1,086.95 91.49 9.84x
[async-graphql] 958.52 103.68 8.68x
[Caliban] 768.30 130.47 6.95x
[Gqlgen] 382.51 257.62 3.46x
[Netflix DGS] 190.78 507.80 1.73x
[Apollo GraphQL] 131.90 696.06 1.19x
[Hasura] 110.49 828.97 1.00x
2 { posts { title }}
[Tailcall] 33,069.10 3.02 78.53x
[async-graphql] 5,009.36 20.02 11.90x
[Caliban] 4,749.36 21.60 11.28x
[GraphQL JIT] 1,142.78 87.31 2.71x
[Gqlgen] 1,092.28 100.29 2.59x
[Apollo GraphQL] 897.55 111.80 2.13x
[Netflix DGS] 819.07 123.16 1.95x
[Hasura] 421.08 238.74 1.00x
3 { greet }
[Tailcall] 40,061.80 2.50 27.24x
[Caliban] 32,853.50 3.06 22.34x
[Gqlgen] 23,952.60 8.69 16.29x
[async-graphql] 23,103.10 4.34 15.71x
[GraphQL JIT] 4,544.03 21.96 3.09x
[Netflix DGS] 4,188.35 28.50 2.85x
[Apollo GraphQL] 4,090.54 26.88 2.78x
[Hasura] 1,470.60 67.95 1.00x

Please sign in to comment.