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.0
  • Loading branch information
renovate[bot] authored Jan 3, 2025
1 parent 0529968 commit 5c39379
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.32.0" % Provided,
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.33.0" % Provided,
"org.apache.httpcomponents.client5" % "httpclient5" % "5.4.1",
"dev.zio" %% "zio" % "2.1.14"
)
Expand Down

1 comment on commit 5c39379

@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,051.40 4.52 188.57x
[GraphQL JIT] 1,111.39 89.36 9.50x
[async-graphql] 980.16 101.20 8.38x
[Caliban] 798.54 125.36 6.83x
[Gqlgen] 385.26 255.83 3.29x
[Netflix DGS] 187.67 518.94 1.60x
[Apollo GraphQL] 132.01 696.58 1.13x
[Hasura] 116.94 773.54 1.00x
2 { posts { title }}
[Tailcall] 33,716.50 2.97 74.78x
[async-graphql] 5,185.74 19.30 11.50x
[Caliban] 4,866.47 20.99 10.79x
[GraphQL JIT] 1,148.61 86.91 2.55x
[Gqlgen] 1,103.60 99.01 2.45x
[Apollo GraphQL] 893.49 112.18 1.98x
[Netflix DGS] 803.22 125.32 1.78x
[Hasura] 450.90 231.30 1.00x
3 { greet }
[Tailcall] 40,340.20 2.48 25.82x
[Caliban] 33,351.00 3.01 21.34x
[Gqlgen] 23,951.80 10.54 15.33x
[async-graphql] 23,695.90 4.24 15.17x
[GraphQL JIT] 4,604.82 21.66 2.95x
[Netflix DGS] 4,150.37 29.17 2.66x
[Apollo GraphQL] 4,033.11 28.13 2.58x
[Hasura] 1,562.48 64.06 1.00x

Please sign in to comment.