Skip to content

Commit

Permalink
Update dependency com.github.plokhotnyuk.jsoniter-scala:jsoniter-scal…
Browse files Browse the repository at this point in the history
…a-macros to v2.33.1
  • Loading branch information
renovate[bot] authored Jan 28, 2025
1 parent 06cf932 commit e17f3ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql/caliban/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ lazy val root = (project in file("."))
libraryDependencies ++= Seq(
"com.github.ghostdogpr" %% "caliban-quick" % "2.9.1",
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.33.0",
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.33.0" % Provided,
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.33.1" % Provided,
"org.apache.httpcomponents.client5" % "httpclient5" % "5.4.1",
"dev.zio" %% "zio" % "2.1.14"
)
Expand Down

1 comment on commit e17f3ad

@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] 23,350.00 4.20 210.61x
[GraphQL JIT] 1,099.57 90.46 9.92x
[async-graphql] 1,031.93 96.44 9.31x
[Caliban] 848.17 118.41 7.65x
[Gqlgen] 384.39 256.67 3.47x
[Netflix DGS] 181.82 536.98 1.64x
[Apollo GraphQL] 128.91 712.37 1.16x
[Hasura] 110.87 775.41 1.00x
2 { posts { title }}
[Tailcall] 36,525.40 2.67 90.63x
[Caliban] 5,330.31 18.85 13.23x
[async-graphql] 5,160.03 19.40 12.80x
[GraphQL JIT] 1,138.76 87.64 2.83x
[Gqlgen] 1,073.24 102.48 2.66x
[Apollo GraphQL] 884.46 113.58 2.19x
[Netflix DGS] 784.28 159.61 1.95x
[Hasura] 403.02 258.27 1.00x
3 { greet }
[Tailcall] 46,882.70 2.08 30.58x
[Caliban] 46,690.10 2.08 30.46x
[async-graphql] 25,717.40 3.88 16.78x
[Gqlgen] 25,196.30 4.91 16.44x
[GraphQL JIT] 4,414.30 22.60 2.88x
[Apollo GraphQL] 4,078.72 28.00 2.66x
[Netflix DGS] 4,078.38 27.97 2.66x
[Hasura] 1,532.93 65.15 1.00x

Please sign in to comment.