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 4c89e35 commit 2b5cb06
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 2b5cb06

@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,493.60 4.64 178.59x
[GraphQL JIT] 1,145.92 86.73 9.52x
[async-graphql] 995.70 99.67 8.27x
[Caliban] 717.62 139.28 5.96x
[Gqlgen] 383.58 256.92 3.19x
[Netflix DGS] 188.53 515.54 1.57x
[Apollo GraphQL] 132.38 695.97 1.10x
[Hasura] 120.35 689.55 1.00x
2 { posts { title }}
[Tailcall] 32,784.90 3.05 73.99x
[async-graphql] 5,184.25 19.30 11.70x
[Caliban] 4,660.38 22.00 10.52x
[GraphQL JIT] 1,179.32 84.60 2.66x
[Gqlgen] 1,104.36 99.26 2.49x
[Apollo GraphQL] 899.97 111.67 2.03x
[Netflix DGS] 806.23 124.39 1.82x
[Hasura] 443.08 226.42 1.00x
3 { greet }
[Tailcall] 39,219.50 2.57 24.87x
[Caliban] 32,936.80 3.03 20.89x
[Gqlgen] 24,317.80 8.62 15.42x
[async-graphql] 23,348.40 4.32 14.81x
[GraphQL JIT] 4,715.94 21.15 2.99x
[Netflix DGS] 4,242.71 28.13 2.69x
[Apollo GraphQL] 4,097.37 26.64 2.60x
[Hasura] 1,576.91 64.98 1.00x

Please sign in to comment.