Skip to content

Commit

Permalink
Update dependency io.projectreactor:reactor-bom to v2024
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 10, 2024
1 parent cb3449b commit e751342
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 @@ -18,7 +18,7 @@ repositories {
dependencyManagement {
imports {
mavenBom "com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:9.2.2"
mavenBom "io.projectreactor:reactor-bom:2023.0.12"
mavenBom "io.projectreactor:reactor-bom:2024.0.1"
}
}

Expand Down

1 comment on commit e751342

@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] 20,618.40 4.84 177.08x
[Caliban] 4,964.68 20.39 42.64x
[Gqlgen] 1,948.21 51.18 16.73x
[GraphQL JIT] 1,143.99 86.97 9.83x
[async-graphql] 945.73 104.99 8.12x
[Netflix DGS] 191.14 508.67 1.64x
[Apollo GraphQL] 129.43 706.16 1.11x
[Hasura] 116.43 755.63 1.00x
2 { posts { title }}
[Tailcall] 32,371.50 3.09 81.98x
[Caliban] 31,746.50 3.28 80.40x
[Gqlgen] 5,803.00 18.07 14.70x
[async-graphql] 5,011.20 19.99 12.69x
[GraphQL JIT] 1,059.85 94.50 2.68x
[Apollo GraphQL] 881.37 113.90 2.23x
[Netflix DGS] 816.29 123.46 2.07x
[Hasura] 394.88 252.27 1.00x
3 { greet }
[Caliban] 276,085.00 352.12 207.70x
[Gqlgen] 138,510.00 1.27 104.20x
[Tailcall] 39,528.90 2.53 29.74x
[async-graphql] 23,503.80 4.29 17.68x
[GraphQL JIT] 4,628.39 21.56 3.48x
[Netflix DGS] 4,264.38 28.05 3.21x
[Apollo GraphQL] 4,018.22 27.52 3.02x
[Hasura] 1,329.25 75.35 1.00x

Please sign in to comment.