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 13, 2024
1 parent 683d787 commit b887782
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.3.0"
}
}

2 comments on commit b887782

@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,909.50 4.55 196.20x
[Netflix DGS] 1,262.89 52.42 11.31x
[GraphQL JIT] 1,120.18 88.78 10.03x
[async-graphql] 1,004.06 98.94 8.99x
[Caliban] 773.82 129.28 6.93x
[Gqlgen] 386.13 255.27 3.46x
[Apollo GraphQL] 130.68 702.08 1.17x
[Hasura] 111.67 748.31 1.00x
2 { posts { title }}
[Tailcall] 33,565.30 2.98 77.67x
[Netflix DGS] 5,971.83 20.14 13.82x
[async-graphql] 5,212.78 19.21 12.06x
[Caliban] 4,756.46 21.55 11.01x
[GraphQL JIT] 1,157.78 86.22 2.68x
[Gqlgen] 1,117.62 98.49 2.59x
[Apollo GraphQL] 900.37 111.50 2.08x
[Hasura] 432.14 242.84 1.00x
3 { greet }
[Tailcall] 40,448.00 2.48 28.42x
[Caliban] 33,880.50 2.97 23.80x
[async-graphql] 23,993.90 4.18 16.86x
[Gqlgen] 23,857.60 9.61 16.76x
[Netflix DGS] 22,974.50 4.89 16.14x
[GraphQL JIT] 4,604.38 21.65 3.23x
[Apollo GraphQL] 4,106.34 27.45 2.88x
[Hasura] 1,423.37 70.08 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,800.80 4.57 189.94x
[Caliban] 5,718.98 17.60 49.83x
[GraphQL JIT] 1,128.18 88.13 9.83x
[async-graphql] 1,008.36 98.48 8.79x
[Gqlgen] 397.00 248.29 3.46x
[Netflix DGS] 188.57 512.08 1.64x
[Apollo GraphQL] 131.56 698.92 1.15x
[Hasura] 114.78 771.45 1.00x
2 { posts { title }}
[Tailcall] 33,229.80 3.01 73.60x
[Caliban] 32,700.20 3.19 72.43x
[async-graphql] 5,223.15 19.14 11.57x
[GraphQL JIT] 1,178.04 84.71 2.61x
[Gqlgen] 1,133.18 96.79 2.51x
[Apollo GraphQL] 877.53 114.69 1.94x
[Netflix DGS] 814.08 123.18 1.80x
[Hasura] 451.48 245.99 1.00x
3 { greet }
[Caliban] 283,588.00 327.04 192.80x
[Tailcall] 40,261.00 2.48 27.37x
[Gqlgen] 24,617.20 10.13 16.74x
[async-graphql] 24,009.80 4.18 16.32x
[GraphQL JIT] 4,649.42 21.46 3.16x
[Netflix DGS] 4,198.41 28.19 2.85x
[Apollo GraphQL] 3,986.78 28.12 2.71x
[Hasura] 1,470.93 68.24 1.00x

Please sign in to comment.