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 2, 2025
1 parent 5c98f8b commit c972155
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.32.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 c972155

@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,495.10 4.65 193.41x
[GraphQL JIT] 1,135.11 87.63 10.21x
[async-graphql] 1,022.36 97.11 9.20x
[Caliban] 763.25 131.91 6.87x
[Gqlgen] 383.54 256.97 3.45x
[Netflix DGS] 195.31 495.34 1.76x
[Apollo GraphQL] 129.39 706.64 1.16x
[Hasura] 111.14 796.87 1.00x
2 { posts { title }}
[Tailcall] 33,055.10 3.03 79.50x
[async-graphql] 5,245.82 19.07 12.62x
[Caliban] 5,031.96 20.33 12.10x
[GraphQL JIT] 1,163.29 85.79 2.80x
[Gqlgen] 1,117.71 98.03 2.69x
[Apollo GraphQL] 886.04 113.21 2.13x
[Netflix DGS] 824.58 121.91 1.98x
[Hasura] 415.77 261.82 1.00x
3 { greet }
[Tailcall] 39,991.00 2.50 25.22x
[Caliban] 34,307.50 2.92 21.63x
[Gqlgen] 23,952.60 9.00 15.10x
[async-graphql] 23,920.40 4.22 15.08x
[GraphQL JIT] 4,691.73 21.26 2.96x
[Netflix DGS] 4,287.31 28.22 2.70x
[Apollo GraphQL] 4,049.04 27.85 2.55x
[Hasura] 1,585.80 63.65 1.00x

Please sign in to comment.