Skip to content

Commit

Permalink
Update dependency @tailcallhq/tailcall to v0.129.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 25, 2024
1 parent 3628a33 commit 449f244
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.1"
"@tailcallhq/tailcall": "0.129.0"
}
}

1 comment on commit 449f244

@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,068.10 4.73 176.06x
[GraphQL JIT] 1,085.56 91.59 9.07x
[async-graphql] 961.77 103.22 8.04x
[Caliban] 764.79 130.58 6.39x
[Gqlgen] 370.69 265.84 3.10x
[Netflix DGS] 183.34 529.56 1.53x
[Apollo GraphQL] 130.33 704.86 1.09x
[Hasura] 119.67 758.23 1.00x
2 { posts { title }}
[Tailcall] 32,449.30 3.08 76.50x
[async-graphql] 5,060.16 19.76 11.93x
[Caliban] 4,798.35 21.37 11.31x
[GraphQL JIT] 1,107.92 90.07 2.61x
[Gqlgen] 1,058.86 103.20 2.50x
[Apollo GraphQL] 852.68 117.85 2.01x
[Netflix DGS] 792.90 126.56 1.87x
[Hasura] 424.16 239.28 1.00x
3 { greet }
[Tailcall] 39,604.40 2.53 24.74x
[Caliban] 33,346.20 3.00 20.83x
[Gqlgen] 23,729.30 9.27 14.82x
[async-graphql] 23,654.70 4.23 14.78x
[GraphQL JIT] 4,443.40 22.45 2.78x
[Netflix DGS] 4,129.98 28.86 2.58x
[Apollo GraphQL] 3,970.42 27.92 2.48x
[Hasura] 1,600.66 65.93 1.00x

Please sign in to comment.