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 03fc32a commit 228e216
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.13"
mavenBom "io.projectreactor:reactor-bom:2024.0.1"
}
}

Expand Down

2 comments on commit 228e216

@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,048.10 4.74 188.19x
[GraphQL JIT] 1,136.40 87.52 10.16x
[async-graphql] 999.26 99.34 8.93x
[Caliban] 764.98 131.64 6.84x
[Gqlgen] 398.82 247.30 3.57x
[Netflix DGS] 186.87 515.69 1.67x
[Apollo GraphQL] 120.91 748.80 1.08x
[Hasura] 111.84 814.52 1.00x
2 { posts { title }}
[Tailcall] 33,128.20 3.02 85.31x
[async-graphql] 5,153.87 19.42 13.27x
[Caliban] 4,813.88 21.26 12.40x
[GraphQL JIT] 1,173.50 85.07 3.02x
[Gqlgen] 1,140.60 96.09 2.94x
[Apollo GraphQL] 845.58 118.89 2.18x
[Netflix DGS] 801.02 125.60 2.06x
[Hasura] 388.31 270.63 1.00x
3 { greet }
[Tailcall] 40,103.10 2.51 26.27x
[Caliban] 33,033.20 3.04 21.64x
[Gqlgen] 24,676.30 9.23 16.16x
[async-graphql] 23,699.20 4.25 15.52x
[GraphQL JIT] 4,677.54 21.33 3.06x
[Netflix DGS] 4,157.75 28.47 2.72x
[Apollo GraphQL] 3,972.07 28.23 2.60x
[Hasura] 1,526.63 65.68 1.00x

@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,478.80 4.65 197.32x
[Caliban] 6,204.22 16.17 57.00x
[Gqlgen] 1,992.19 50.04 18.30x
[GraphQL JIT] 1,136.73 87.45 10.44x
[async-graphql] 1,018.62 97.47 9.36x
[Netflix DGS] 185.64 519.47 1.71x
[Apollo GraphQL] 132.50 693.20 1.22x
[Hasura] 108.85 815.90 1.00x
2 { posts { title }}
[Caliban] 34,544.00 3.00 86.51x
[Tailcall] 33,204.00 3.01 83.16x
[async-graphql] 5,151.34 19.55 12.90x
[Gqlgen] 4,984.29 21.33 12.48x
[GraphQL JIT] 1,160.81 85.98 2.91x
[Apollo GraphQL] 897.92 111.70 2.25x
[Netflix DGS] 803.80 125.41 2.01x
[Hasura] 399.29 263.00 1.00x
3 { greet }
[Caliban] 276,631.00 362.43 185.16x
[Gqlgen] 117,991.00 1.57 78.97x
[Tailcall] 40,219.70 2.48 26.92x
[async-graphql] 23,505.60 4.27 15.73x
[GraphQL JIT] 4,539.87 21.98 3.04x
[Apollo GraphQL] 4,112.98 27.25 2.75x
[Netflix DGS] 4,096.65 28.98 2.74x
[Hasura] 1,494.05 66.83 1.00x

Please sign in to comment.