Skip to content

Commit

Permalink
Update module github.com/99designs/gqlgen to v0.17.60
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent 0103e69 commit 3f1333b
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.59
github.com/99designs/gqlgen v0.17.60
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 @@ -18,6 +18,8 @@ github.com/99designs/gqlgen v0.17.58 h1:IqoOcSLMk6LnKvLECkRNPP5Z/jApXYvnzm+qvGkY
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/99designs/gqlgen v0.17.60 h1:xxl7kQDCNw79itzWQtCUSXgkovCyq9r+ogSXfZpKPYM=
github.com/99designs/gqlgen v0.17.60/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 3f1333b

@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,186.00 4.71 179.78x
[GraphQL JIT] 2,423.18 41.08 20.56x
[Gqlgen] 1,973.92 50.68 16.75x
[async-graphql] 1,010.40 98.49 8.57x
[Caliban] 777.58 128.83 6.60x
[Netflix DGS] 190.39 509.88 1.62x
[Apollo GraphQL] 132.71 694.33 1.13x
[Hasura] 117.85 760.08 1.00x
2 { posts { title }}
[Tailcall] 32,444.40 3.08 72.80x
[Gqlgen] 5,848.23 17.88 13.12x
[async-graphql] 5,238.51 19.17 11.75x
[Caliban] 4,921.35 20.75 11.04x
[GraphQL JIT] 2,421.09 41.27 5.43x
[Apollo GraphQL] 893.65 112.21 2.01x
[Netflix DGS] 810.43 124.10 1.82x
[Hasura] 445.69 229.26 1.00x
3 { greet }
[Gqlgen] 132,019.00 1.41 85.78x
[Tailcall] 39,986.80 2.50 25.98x
[Caliban] 33,191.20 3.02 21.57x
[async-graphql] 24,506.80 4.11 15.92x
[GraphQL JIT] 10,110.50 9.86 6.57x
[Netflix DGS] 4,230.00 28.01 2.75x
[Apollo GraphQL] 4,152.72 26.63 2.70x
[Hasura] 1,538.97 64.71 1.00x

Please sign in to comment.