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 Nov 26, 2024
1 parent 743cac3 commit 946f005
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.0"
}
}

Expand Down

1 comment on commit 946f005

@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,435.80 4.66 177.20x
[GraphQL JIT] 1,086.84 91.49 8.98x
[async-graphql] 956.14 103.90 7.90x
[Caliban] 747.20 133.76 6.18x
[Gqlgen] 383.36 256.98 3.17x
[Netflix DGS] 186.05 517.91 1.54x
[Apollo GraphQL] 127.85 716.16 1.06x
[Hasura] 120.97 756.73 1.00x
2 { posts { title }}
[Tailcall] 33,020.60 3.03 73.10x
[async-graphql] 4,942.69 20.31 10.94x
[Caliban] 4,901.87 20.88 10.85x
[GraphQL JIT] 1,130.06 88.31 2.50x
[Gqlgen] 1,107.59 98.73 2.45x
[Apollo GraphQL] 882.84 113.63 1.95x
[Netflix DGS] 779.99 129.02 1.73x
[Hasura] 451.70 227.29 1.00x
3 { greet }
[Tailcall] 39,194.40 2.56 27.44x
[Caliban] 33,267.60 3.00 23.29x
[Gqlgen] 24,699.60 8.86 17.29x
[async-graphql] 23,548.40 4.23 16.49x
[GraphQL JIT] 4,633.43 21.54 3.24x
[Apollo GraphQL] 4,066.08 26.86 2.85x
[Netflix DGS] 4,023.52 29.41 2.82x
[Hasura] 1,428.21 69.82 1.00x

Please sign in to comment.