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 12, 2024
1 parent 2cfb7e6 commit 8020514
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.31.3",
"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 8020514

@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,921.20 4.55 188.99x
[Gqlgen] 1,993.99 50.00 17.19x
[GraphQL JIT] 1,894.36 53.47 16.33x
[async-graphql] 986.55 100.63 8.51x
[Caliban] 727.64 138.07 6.27x
[Netflix DGS] 185.10 520.99 1.60x
[Apollo GraphQL] 132.27 695.65 1.14x
[Hasura] 115.99 790.02 1.00x
2 { posts { title }}
[Tailcall] 33,137.70 3.02 71.93x
[Gqlgen] 5,890.34 17.74 12.79x
[async-graphql] 5,118.60 19.58 11.11x
[Caliban] 4,718.62 21.76 10.24x
[GraphQL JIT] 2,107.60 47.74 4.57x
[Apollo GraphQL] 895.11 112.23 1.94x
[Netflix DGS] 795.01 126.44 1.73x
[Hasura] 460.68 220.70 1.00x
3 { greet }
[Gqlgen] 137,872.00 1.28 87.94x
[Tailcall] 39,688.60 2.52 25.32x
[Caliban] 34,572.40 2.92 22.05x
[async-graphql] 23,552.80 4.31 15.02x
[GraphQL JIT] 8,645.79 11.59 5.51x
[Netflix DGS] 4,168.43 28.51 2.66x
[Apollo GraphQL] 4,055.95 27.05 2.59x
[Hasura] 1,567.74 64.83 1.00x

Please sign in to comment.