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 v9.2.2
  • Loading branch information
renovate[bot] authored Nov 26, 2024
1 parent 1307afa commit bc6fe0e
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.0"
mavenBom "com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:9.2.2"
mavenBom "io.projectreactor:reactor-bom:2023.0.12"
}
}
Expand Down

1 comment on commit bc6fe0e

@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,931.80 4.55 187.58x
[GraphQL JIT] 1,141.85 87.03 9.77x
[async-graphql] 1,002.71 98.89 8.58x
[Caliban] 765.88 131.17 6.55x
[Gqlgen] 393.53 250.57 3.37x
[Netflix DGS] 187.97 514.11 1.61x
[Apollo GraphQL] 132.45 692.52 1.13x
[Hasura] 116.92 799.48 1.00x
2 { posts { title }}
[Tailcall] 33,204.60 3.01 79.79x
[async-graphql] 5,141.17 19.46 12.35x
[Caliban] 4,767.72 21.51 11.46x
[GraphQL JIT] 1,149.14 86.84 2.76x
[Gqlgen] 1,104.67 99.68 2.65x
[Apollo GraphQL] 900.13 111.51 2.16x
[Netflix DGS] 803.40 125.26 1.93x
[Hasura] 416.16 254.71 1.00x
3 { greet }
[Tailcall] 39,035.30 2.56 25.30x
[Caliban] 33,312.10 3.02 21.59x
[Gqlgen] 24,365.30 9.35 15.79x
[async-graphql] 23,488.00 4.29 15.22x
[GraphQL JIT] 4,618.90 21.60 2.99x
[Netflix DGS] 4,186.07 28.23 2.71x
[Apollo GraphQL] 4,060.74 27.86 2.63x
[Hasura] 1,543.05 64.73 1.00x

Please sign in to comment.