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-core to v2.33.0
  • Loading branch information
renovate[bot] authored Jan 2, 2025
1 parent 5c98f8b commit b870f99
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 @@ -16,7 +16,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-core" % "2.33.0",
"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.14"
Expand Down

1 comment on commit b870f99

@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,481.10 4.64 239.24x
[GraphQL JIT] 1,167.03 85.24 13.00x
[async-graphql] 969.20 102.43 10.79x
[Caliban] 812.73 124.04 9.05x
[Gqlgen] 393.74 250.33 4.39x
[Netflix DGS] 189.87 508.74 2.11x
[Apollo GraphQL] 129.47 708.06 1.44x
[Hasura] 89.79 799.63 1.00x
2 { posts { title }}
[Tailcall] 33,191.10 3.01 81.10x
[async-graphql] 5,111.69 19.58 12.49x
[Caliban] 4,912.87 20.87 12.00x
[GraphQL JIT] 1,203.45 82.92 2.94x
[Gqlgen] 1,122.11 97.27 2.74x
[Apollo GraphQL] 885.21 113.49 2.16x
[Netflix DGS] 810.13 124.04 1.98x
[Hasura] 409.25 251.96 1.00x
3 { greet }
[Tailcall] 39,882.20 2.51 29.21x
[Caliban] 33,212.20 3.02 24.32x
[Gqlgen] 24,601.70 10.27 18.02x
[async-graphql] 24,237.20 4.17 17.75x
[GraphQL JIT] 4,702.58 21.22 3.44x
[Netflix DGS] 4,174.14 28.40 3.06x
[Apollo GraphQL] 4,038.94 27.42 2.96x
[Hasura] 1,365.59 73.22 1.00x

Please sign in to comment.