Skip to content

Commit

Permalink
Update module github.com/vektah/gqlparser/v2 to v2.5.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 25, 2024
1 parent 3bed6fe commit 12dff06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion graphql/gqlgen/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ toolchain go1.23.4

require (
github.com/99designs/gqlgen v0.17.61
github.com/vektah/gqlparser/v2 v2.5.20
github.com/vektah/gqlparser/v2 v2.5.21
github.com/vikstrous/dataloadgen v0.0.6
)

Expand Down
2 changes: 2 additions & 0 deletions graphql/gqlgen/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ github.com/vektah/gqlparser/v2 v2.5.19 h1:bhCPCX1D4WWzCDvkPl4+TP1N8/kLrWnp43egpl
github.com/vektah/gqlparser/v2 v2.5.19/go.mod h1:y7kvl5bBlDeuWIvLtA9849ncyvx6/lj06RsMrEjVy3U=
github.com/vektah/gqlparser/v2 v2.5.20 h1:kPaWbhBntxoZPaNdBaIPT1Kh0i1b/onb5kXgEdP5JCo=
github.com/vektah/gqlparser/v2 v2.5.20/go.mod h1:xMl+ta8a5M1Yo1A1Iwt/k7gSpscwSnHZdw7tfhEGfTM=
github.com/vektah/gqlparser/v2 v2.5.21 h1:Zw1rG2dr1pRR4wqwbVq4d6+xk2f4ut/yo+hwr4QjE08=
github.com/vektah/gqlparser/v2 v2.5.21/go.mod h1:xMl+ta8a5M1Yo1A1Iwt/k7gSpscwSnHZdw7tfhEGfTM=
github.com/vikstrous/dataloadgen v0.0.6 h1:A7s/fI3QNnH80CA9vdNbWK7AsbLjIxNHpZnV+VnOT1s=
github.com/vikstrous/dataloadgen v0.0.6/go.mod h1:8vuQVpBH0ODbMKAPUdCAPcOGezoTIhgAjgex51t4vbg=
github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 h1:+qGGcbkzsfDQNPPe9UDgpxAWQrhbbBXOYJFQDq/dtJw=
Expand Down

1 comment on commit 12dff06

@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,987.40 4.54 187.61x
[GraphQL JIT] 1,098.14 90.59 9.37x
[async-graphql] 1,014.36 97.81 8.65x
[Caliban] 788.98 127.29 6.73x
[Gqlgen] 384.17 256.45 3.28x
[Netflix DGS] 187.37 514.03 1.60x
[Apollo GraphQL] 129.03 705.41 1.10x
[Hasura] 117.20 776.50 1.00x
2 { posts { title }}
[Tailcall] 32,995.90 3.03 78.18x
[async-graphql] 5,100.51 19.62 12.09x
[Caliban] 4,875.78 21.01 11.55x
[GraphQL JIT] 1,156.40 86.32 2.74x
[Gqlgen] 1,116.05 97.83 2.64x
[Apollo GraphQL] 878.16 114.35 2.08x
[Netflix DGS] 806.25 125.18 1.91x
[Hasura] 422.04 239.81 1.00x
3 { greet }
[Tailcall] 39,187.50 2.56 24.92x
[Caliban] 33,925.00 2.95 21.57x
[Gqlgen] 24,220.70 8.31 15.40x
[async-graphql] 23,549.80 4.25 14.97x
[GraphQL JIT] 4,590.80 21.74 2.92x
[Netflix DGS] 4,124.28 29.17 2.62x
[Apollo GraphQL] 4,012.45 27.36 2.55x
[Hasura] 1,572.76 66.27 1.00x

Please sign in to comment.