Skip to content

Commit

Permalink
Update dependency com.eed3si9n:sbt-assembly to v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 20, 2025
1 parent 2c4d90e commit 88c96be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql/caliban/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.0")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.1")

1 comment on commit 88c96be

@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] 22,274.40 4.41 197.07x
[GraphQL JIT] 1,125.95 88.36 9.96x
[async-graphql] 1,052.21 94.46 9.31x
[Caliban] 884.92 113.36 7.83x
[Gqlgen] 374.88 262.98 3.32x
[Netflix DGS] 187.79 524.12 1.66x
[Apollo GraphQL] 122.33 740.80 1.08x
[Hasura] 113.03 806.11 1.00x
2 { posts { title }}
[Tailcall] 35,924.70 2.72 78.42x
[Caliban] 5,440.53 18.46 11.88x
[async-graphql] 5,204.29 19.22 11.36x
[GraphQL JIT] 1,155.46 86.35 2.52x
[Gqlgen] 1,045.48 105.09 2.28x
[Apollo GraphQL] 827.50 121.43 1.81x
[Netflix DGS] 803.93 160.26 1.75x
[Hasura] 458.10 226.46 1.00x
3 { greet }
[Caliban] 48,731.30 1.99 30.94x
[Tailcall] 45,969.20 2.12 29.18x
[async-graphql] 25,518.40 3.91 16.20x
[Gqlgen] 25,344.60 5.09 16.09x
[GraphQL JIT] 4,537.00 21.99 2.88x
[Netflix DGS] 4,176.13 28.08 2.65x
[Apollo GraphQL] 3,843.73 30.25 2.44x
[Hasura] 1,575.15 63.73 1.00x

Please sign in to comment.