Skip to content

Commit

Permalink
Update module github.com/99designs/gqlgen to v0.17.59
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 10, 2024
1 parent 03fc32a commit 94687bb
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 @@ -5,7 +5,7 @@ go 1.22.5
toolchain go1.23.4

require (
github.com/99designs/gqlgen v0.17.58
github.com/99designs/gqlgen v0.17.59
github.com/vektah/gqlparser/v2 v2.5.20
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 @@ -16,6 +16,8 @@ github.com/99designs/gqlgen v0.17.57 h1:Ak4p60BRq6QibxY0lEc0JnQhDurfhxA67sp02lMj
github.com/99designs/gqlgen v0.17.57/go.mod h1:Jx61hzOSTcR4VJy/HFIgXiQ5rJ0Ypw8DxWLjbYDAUw0=
github.com/99designs/gqlgen v0.17.58 h1:IqoOcSLMk6LnKvLECkRNPP5Z/jApXYvnzm+qvGkYdhc=
github.com/99designs/gqlgen v0.17.58/go.mod h1:vQJzWXyGya2TYL7cig1G4OaCQzyck031MgYBlUwaI9I=
github.com/99designs/gqlgen v0.17.59 h1:1hvrBXMlHrnAFZIIHtT049Y2FnlntPESuwRi1SygLqQ=
github.com/99designs/gqlgen v0.17.59/go.mod h1:vQJzWXyGya2TYL7cig1G4OaCQzyck031MgYBlUwaI9I=
github.com/PuerkitoBio/goquery v1.9.2 h1:4/wZksC3KgkQw7SQgkKotmKljk0M6V8TUvA8Wb4yPeE=
github.com/PuerkitoBio/goquery v1.9.2/go.mod h1:GHPCaP0ODyyxqcNoFGYlAprUFH81NuRPd0GX3Zu2Mvk=
github.com/agnivade/levenshtein v1.1.1 h1:QY8M92nrzkmr798gCo3kmMyqXFzdQVpxLlGPRBij0P8=
Expand Down

1 comment on commit 94687bb

@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,951.20 4.54 186.21x
[async-graphql] 7,533.86 13.48 63.91x
[GraphQL JIT] 1,079.83 92.06 9.16x
[Caliban] 783.50 128.85 6.65x
[Apollo GraphQL] 722.91 138.19 6.13x
[Gqlgen] 401.73 245.19 3.41x
[Netflix DGS] 185.62 519.56 1.57x
[Hasura] 117.89 759.81 1.00x
2 { posts { title }}
[Tailcall] 33,272.30 3.01 78.16x
[async-graphql] 29,109.40 3.58 68.38x
[Apollo GraphQL] 5,399.73 18.55 12.69x
[Caliban] 4,903.79 20.87 11.52x
[Gqlgen] 1,143.77 95.13 2.69x
[GraphQL JIT] 1,120.88 89.03 2.63x
[Netflix DGS] 799.66 125.66 1.88x
[Hasura] 425.67 242.52 1.00x
3 { greet }
[async-graphql] 244,205.00 739.31 159.21x
[Tailcall] 39,958.40 2.50 26.05x
[Caliban] 33,898.80 2.95 22.10x
[Apollo GraphQL] 25,236.70 4.25 16.45x
[Gqlgen] 24,429.00 8.50 15.93x
[GraphQL JIT] 4,487.12 22.24 2.93x
[Netflix DGS] 4,193.87 28.04 2.73x
[Hasura] 1,533.89 64.93 1.00x

Please sign in to comment.