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 8b0ee12 commit e22bd78
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 e22bd78

@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,877.60 4.56 200.90x
[GraphQL JIT] 1,135.11 87.63 10.42x
[async-graphql] 945.68 105.24 8.68x
[Caliban] 719.57 139.19 6.61x
[Gqlgen] 380.50 258.89 3.49x
[Netflix DGS] 188.27 511.30 1.73x
[Apollo GraphQL] 133.30 690.98 1.22x
[Hasura] 108.90 802.01 1.00x
2 { posts { title }}
[Tailcall] 33,207.20 3.01 83.97x
[async-graphql] 5,228.67 19.19 13.22x
[Caliban] 4,890.41 20.92 12.37x
[GraphQL JIT] 1,164.62 85.70 2.95x
[Gqlgen] 1,077.70 102.68 2.73x
[Apollo GraphQL] 894.58 112.31 2.26x
[Netflix DGS] 805.36 125.09 2.04x
[Hasura] 395.45 254.71 1.00x
3 { greet }
[Tailcall] 40,211.50 2.49 25.78x
[Caliban] 33,481.90 2.99 21.46x
[async-graphql] 23,898.70 4.17 15.32x
[Gqlgen] 23,123.90 8.75 14.82x
[GraphQL JIT] 4,625.54 21.58 2.97x
[Netflix DGS] 4,174.10 28.42 2.68x
[Apollo GraphQL] 4,074.84 27.42 2.61x
[Hasura] 1,560.00 71.22 1.00x

Please sign in to comment.