Skip to content

Commit

Permalink
Update dependency io.projectreactor:reactor-bom to v2023.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 10, 2024
1 parent cb3449b commit 18954e5
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:2023.0.13"
}
}

Expand Down

1 comment on commit 18954e5

@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] 58,037.90 1.71 496.89x
[Netflix DGS] 1,213.74 47.51 10.39x
[GraphQL JIT] 1,065.43 93.31 9.12x
[async-graphql] 976.54 101.77 8.36x
[Caliban] 809.00 123.00 6.93x
[Gqlgen] 388.91 253.62 3.33x
[Apollo GraphQL] 128.99 709.57 1.10x
[Hasura] 116.80 785.08 1.00x
2 { posts { title }}
[Tailcall] 130,752.00 760.96 295.76x
[async-graphql] 5,125.97 19.54 11.59x
[Netflix DGS] 4,805.55 24.77 10.87x
[Caliban] 4,750.83 21.60 10.75x
[Gqlgen] 1,118.75 97.75 2.53x
[GraphQL JIT] 1,077.89 92.57 2.44x
[Apollo GraphQL] 869.71 115.32 1.97x
[Hasura] 442.09 241.94 1.00x
3 { greet }
[Tailcall] 241,082.00 421.35 168.03x
[Caliban] 32,842.80 3.07 22.89x
[Gqlgen] 24,294.10 7.96 16.93x
[async-graphql] 22,980.50 4.38 16.02x
[Netflix DGS] 20,485.60 5.31 14.28x
[GraphQL JIT] 4,401.95 22.66 3.07x
[Apollo GraphQL] 3,991.76 28.35 2.78x
[Hasura] 1,434.72 70.02 1.00x

Please sign in to comment.