Skip to content

Commit

Permalink
Update dependency scala to v3.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent e08ad45 commit 79c78e3
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
@@ -1,4 +1,4 @@
ThisBuild / scalaVersion := "3.6.1"
ThisBuild / scalaVersion := "3.6.2"
ThisBuild / version := "0.1.0-SNAPSHOT"
ThisBuild / organization := "com.example"
ThisBuild / organizationName := "example"
Expand Down

1 comment on commit 79c78e3

@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] 68,522.60 1.44 594.93x
[GraphQL JIT] 1,038.06 95.70 9.01x
[async-graphql] 981.41 101.13 8.52x
[Caliban] 774.57 129.74 6.73x
[Gqlgen] 400.84 245.89 3.48x
[Netflix DGS] 183.96 524.88 1.60x
[Apollo GraphQL] 127.62 710.68 1.11x
[Hasura] 115.18 758.21 1.00x
2 { posts { title }}
[Tailcall] 128,806.00 772.51 300.63x
[async-graphql] 5,130.34 19.66 11.97x
[Caliban] 4,764.07 21.58 11.12x
[Gqlgen] 1,129.16 97.33 2.64x
[GraphQL JIT] 1,120.29 89.14 2.61x
[Apollo GraphQL] 882.76 113.65 2.06x
[Netflix DGS] 795.75 126.14 1.86x
[Hasura] 428.45 255.89 1.00x
3 { greet }
[Tailcall] 236,998.00 480.91 149.59x
[Caliban] 33,287.20 3.01 21.01x
[Gqlgen] 24,283.60 9.62 15.33x
[async-graphql] 23,484.50 4.29 14.82x
[GraphQL JIT] 4,456.68 22.37 2.81x
[Netflix DGS] 4,210.26 28.29 2.66x
[Apollo GraphQL] 3,951.40 28.40 2.49x
[Hasura] 1,584.35 64.79 1.00x

Please sign in to comment.