Skip to content

Commit

Permalink
Update plugin org.springframework.boot to v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 24, 2024
1 parent 5db5f99 commit 08e1513
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
@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.springframework.boot' version '3.3.5'
id 'org.springframework.boot' version '3.4.0'
id 'io.spring.dependency-management' version '1.1.6'
}

Expand Down

1 comment on commit 08e1513

@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,462.00 4.65 179.41x
[GraphQL JIT] 1,143.96 86.92 9.56x
[async-graphql] 1,004.59 98.71 8.40x
[Caliban] 789.98 126.39 6.60x
[Gqlgen] 373.64 263.53 3.12x
[Netflix DGS] 179.99 534.60 1.50x
[Apollo GraphQL] 131.24 697.36 1.10x
[Hasura] 119.63 756.50 1.00x
2 { posts { title }}
[Tailcall] 32,764.50 3.05 70.78x
[async-graphql] 5,144.97 19.44 11.12x
[Caliban] 4,816.81 21.21 10.41x
[GraphQL JIT] 1,159.19 86.12 2.50x
[Gqlgen] 1,083.60 101.27 2.34x
[Apollo GraphQL] 886.73 113.17 1.92x
[Netflix DGS] 782.89 128.21 1.69x
[Hasura] 462.88 223.70 1.00x
3 { greet }
[Tailcall] 39,919.10 2.51 26.70x
[Caliban] 32,645.00 3.09 21.84x
[Gqlgen] 24,243.40 9.62 16.22x
[async-graphql] 23,626.20 4.28 15.80x
[GraphQL JIT] 4,624.12 21.57 3.09x
[Apollo GraphQL] 4,093.47 27.21 2.74x
[Netflix DGS] 4,081.07 29.07 2.73x
[Hasura] 1,494.90 66.99 1.00x

Please sign in to comment.