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 24, 2024
1 parent a0d14ff commit 4db0914
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.0"
mavenBom "io.projectreactor:reactor-bom:2023.0.12"
mavenBom "io.projectreactor:reactor-bom:2024.0.0"
}
}

Expand Down

1 comment on commit 4db0914

@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,491.50 4.65 178.68x
[GraphQL JIT] 1,129.64 88.05 9.39x
[async-graphql] 988.38 100.45 8.22x
[Caliban] 754.66 132.50 6.27x
[Gqlgen] 388.87 253.52 3.23x
[Netflix DGS] 181.61 528.33 1.51x
[Apollo GraphQL] 122.86 740.76 1.02x
[Hasura] 120.28 692.05 1.00x
2 { posts { title }}
[Tailcall] 32,884.50 3.04 70.62x
[async-graphql] 5,186.91 19.35 11.14x
[Caliban] 4,900.54 20.87 10.52x
[GraphQL JIT] 1,161.32 85.90 2.49x
[Gqlgen] 1,101.29 99.77 2.37x
[Apollo GraphQL] 838.94 119.55 1.80x
[Netflix DGS] 793.75 127.10 1.70x
[Hasura] 465.65 220.97 1.00x
3 { greet }
[Tailcall] 39,628.20 2.52 25.41x
[Caliban] 32,705.50 3.08 20.97x
[Gqlgen] 24,067.40 8.48 15.43x
[async-graphql] 23,365.80 4.31 14.98x
[GraphQL JIT] 4,643.29 21.48 2.98x
[Netflix DGS] 4,182.93 28.16 2.68x
[Apollo GraphQL] 4,014.97 27.91 2.57x
[Hasura] 1,559.70 65.13 1.00x

Please sign in to comment.