Skip to content

Commit

Permalink
Update dependency @tailcallhq/tailcall to v0.133.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 3, 2024
1 parent ac25f25 commit c139c11
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.133.1"
"@tailcallhq/tailcall": "0.133.2"
}
}

1 comment on commit c139c11

@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,070.50 4.74 176.73x
[GraphQL JIT] 1,140.06 87.21 9.56x
[async-graphql] 1,019.02 97.44 8.55x
[Caliban] 769.12 129.96 6.45x
[Gqlgen] 394.72 249.75 3.31x
[Netflix DGS] 192.94 501.71 1.62x
[Apollo GraphQL] 127.19 717.06 1.07x
[Hasura] 119.23 760.73 1.00x
2 { posts { title }}
[Tailcall] 32,977.00 3.03 75.34x
[async-graphql] 5,244.44 19.11 11.98x
[Caliban] 4,769.21 21.45 10.90x
[GraphQL JIT] 1,147.02 87.02 2.62x
[Gqlgen] 1,112.61 98.91 2.54x
[Apollo GraphQL] 854.51 117.56 1.95x
[Netflix DGS] 816.58 123.16 1.87x
[Hasura] 437.71 238.45 1.00x
3 { greet }
[Tailcall] 39,541.50 2.53 26.79x
[Caliban] 33,399.70 2.99 22.63x
[Gqlgen] 24,587.80 8.40 16.66x
[async-graphql] 23,455.50 4.29 15.89x
[GraphQL JIT] 4,578.98 21.78 3.10x
[Netflix DGS] 4,258.77 28.05 2.89x
[Apollo GraphQL] 3,947.83 28.15 2.68x
[Hasura] 1,475.79 67.99 1.00x

Please sign in to comment.