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 a0d14ff commit e607739
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 e607739

@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,296.20 4.69 180.30x
[GraphQL JIT] 1,136.39 87.45 9.62x
[async-graphql] 997.50 99.54 8.45x
[Caliban] 777.25 129.11 6.58x
[Gqlgen] 398.19 247.65 3.37x
[Netflix DGS] 183.83 525.67 1.56x
[Apollo GraphQL] 123.62 732.38 1.05x
[Hasura] 118.12 760.97 1.00x
2 { posts { title }}
[Tailcall] 32,604.60 3.07 69.93x
[async-graphql] 5,183.83 19.31 11.12x
[Caliban] 4,807.81 21.33 10.31x
[GraphQL JIT] 1,157.46 86.21 2.48x
[Gqlgen] 1,104.15 99.08 2.37x
[Apollo GraphQL] 834.09 120.37 1.79x
[Netflix DGS] 790.84 127.39 1.70x
[Hasura] 466.25 238.78 1.00x
3 { greet }
[Tailcall] 39,314.30 2.55 24.23x
[Caliban] 33,294.80 3.01 20.52x
[Gqlgen] 23,844.40 8.85 14.70x
[async-graphql] 23,650.50 4.24 14.58x
[GraphQL JIT] 4,570.13 21.85 2.82x
[Netflix DGS] 4,146.14 28.60 2.56x
[Apollo GraphQL] 3,932.77 28.24 2.42x
[Hasura] 1,622.41 64.23 1.00x

Please sign in to comment.