Skip to content

Commit

Permalink
Update dependency com.netflix.graphql.dgs:graphql-dgs-platform-depend…
Browse files Browse the repository at this point in the history
…encies to v10
  • Loading branch information
renovate[bot] authored Jan 14, 2025
1 parent 883eaa0 commit e954097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql/netflix_dgs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repositories {

dependencyManagement {
imports {
mavenBom "com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:9.2.2"
mavenBom "com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:10.0.1"
mavenBom "io.projectreactor:reactor-bom:2023.0.14"
}
}
Expand Down

1 comment on commit e954097

@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,311.90 4.47 x
[GraphQL JIT] 1,008.35 98.56 x
[async-graphql] 984.86 101.21 x
[Caliban] 781.14 128.21 x
[Gqlgen] 399.22 246.84 x
[Apollo GraphQL] 128.67 710.73 x
[Hasura] 122.14 716.94 x
[Netflix DGS] 0.00 0.00 x
2 { posts { title }}
[Tailcall] 33,918.00 2.95 x
[async-graphql] 5,092.31 19.65 x
[Caliban] 4,892.55 20.89 x
[Gqlgen] 1,138.86 95.79 x
[GraphQL JIT] 1,049.55 95.07 x
[Apollo GraphQL] 866.10 115.97 x
[Hasura] 439.68 231.13 x
[Netflix DGS] 0.00 0.00 x
3 { greet }
[Tailcall] 40,496.00 2.48 x
[Caliban] 33,548.00 3.00 x
[Gqlgen] 24,614.50 10.73 x
[async-graphql] 23,219.20 4.34 x
[GraphQL JIT] 4,358.08 22.89 x
[Apollo GraphQL] 3,955.28 28.07 x
[Hasura] 1,601.69 62.31 x
[Netflix DGS] 0.00 0.00 x

Please sign in to comment.