Skip to content

Commit

Permalink
Update dependency @tailcallhq/tailcall to v0.128.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 24, 2024
1 parent 6447ff1 commit 0a3985c
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.128.0"
"@tailcallhq/tailcall": "0.128.1"
}
}

1 comment on commit 0a3985c

@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,923.30 4.55 201.44x
[GraphQL JIT] 1,141.66 87.09 10.49x
[async-graphql] 992.14 100.01 9.12x
[Caliban] 790.11 126.26 7.26x
[Gqlgen] 398.73 247.10 3.66x
[Netflix DGS] 191.85 505.08 1.76x
[Apollo GraphQL] 129.79 702.47 1.19x
[Hasura] 108.83 759.93 1.00x
2 { posts { title }}
[Tailcall] 33,330.60 3.00 79.53x
[async-graphql] 5,071.31 19.86 12.10x
[Caliban] 5,028.26 20.39 12.00x
[GraphQL JIT] 1,183.17 84.36 2.82x
[Gqlgen] 1,115.22 98.34 2.66x
[Apollo GraphQL] 885.02 113.28 2.11x
[Netflix DGS] 811.11 124.59 1.94x
[Hasura] 419.11 244.71 1.00x
3 { greet }
[Tailcall] 40,484.80 2.47 28.08x
[Caliban] 33,651.70 2.99 23.34x
[Gqlgen] 24,488.30 8.44 16.98x
[async-graphql] 23,295.70 4.32 16.16x
[GraphQL JIT] 4,651.23 21.45 3.23x
[Netflix DGS] 4,241.82 28.85 2.94x
[Apollo GraphQL] 4,033.11 27.60 2.80x
[Hasura] 1,441.91 70.25 1.00x

Please sign in to comment.