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.32.0
  • Loading branch information
renovate[bot] authored Dec 15, 2024
1 parent 9b10d6d commit e07c7f1
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 @@ -11,7 +11,7 @@ lazy val root = (project in file("."))
libraryDependencies ++= Seq(
"com.github.ghostdogpr" %% "caliban-quick" % "2.9.0",
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.32.0",
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.31.3" % Provided,
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.32.0" % Provided,
"org.apache.httpcomponents.client5" % "httpclient5" % "5.4.1",
"dev.zio" %% "zio" % "2.1.13"
)
Expand Down

1 comment on commit e07c7f1

@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,827.30 4.57 185.26x
[GraphQL JIT] 1,114.38 89.21 9.46x
[async-graphql] 998.94 99.31 8.48x
[Caliban] 752.65 133.25 6.39x
[Gqlgen] 399.04 247.09 3.39x
[Netflix DGS] 189.92 511.67 1.61x
[Apollo GraphQL] 130.86 698.54 1.11x
[Hasura] 117.82 785.17 1.00x
2 { posts { title }}
[Tailcall] 33,324.70 3.00 80.16x
[async-graphql] 5,136.24 19.62 12.35x
[Caliban] 4,898.10 20.85 11.78x
[Gqlgen] 1,132.83 96.74 2.72x
[GraphQL JIT] 1,132.66 88.06 2.72x
[Apollo GraphQL] 881.84 113.89 2.12x
[Netflix DGS] 811.71 124.32 1.95x
[Hasura] 415.74 254.23 1.00x
3 { greet }
[Tailcall] 39,815.60 2.52 26.54x
[Caliban] 33,004.30 3.05 22.00x
[Gqlgen] 24,370.80 10.15 16.25x
[async-graphql] 23,828.00 4.23 15.88x
[GraphQL JIT] 4,594.16 21.72 3.06x
[Netflix DGS] 4,194.87 28.69 2.80x
[Apollo GraphQL] 3,992.07 27.79 2.66x
[Hasura] 1,500.13 67.19 1.00x

Please sign in to comment.