Skip to content

Commit

Permalink
Update module github.com/99designs/gqlgen to v0.17.57
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 24, 2024
1 parent 86189c6 commit 784edbf
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.3

require (
github.com/99designs/gqlgen v0.17.56
github.com/99designs/gqlgen v0.17.57
github.com/vektah/gqlparser/v2 v2.5.19
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 @@ -12,6 +12,8 @@ github.com/99designs/gqlgen v0.17.55 h1:3vzrNWYyzSZjGDFo68e5j9sSauLxfKvLp+6ioRok
github.com/99designs/gqlgen v0.17.55/go.mod h1:3Bq768f8hgVPGZxL8aY9MaYmbxa6llPM/qu1IGH1EJo=
github.com/99designs/gqlgen v0.17.56 h1:+J42ARAHvnysH6klO9Wq+tCsGF32cpAgU3SyF0VRJtI=
github.com/99designs/gqlgen v0.17.56/go.mod h1:rmB6vLvtL8uf9F9w0/irJ5alBkD8DJvj35ET31BKbtY=
github.com/99designs/gqlgen v0.17.57 h1:Ak4p60BRq6QibxY0lEc0JnQhDurfhxA67sp02lMjmPc=
github.com/99designs/gqlgen v0.17.57/go.mod h1:Jx61hzOSTcR4VJy/HFIgXiQ5rJ0Ypw8DxWLjbYDAUw0=
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 784edbf

@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,707.20 4.60 187.18x
[GraphQL JIT] 1,125.62 88.35 9.71x
[async-graphql] 904.16 109.87 7.80x
[Caliban] 743.60 134.01 6.41x
[Gqlgen] 382.10 258.06 3.29x
[Netflix DGS] 191.26 504.68 1.65x
[Apollo GraphQL] 130.11 701.89 1.12x
[Hasura] 115.97 771.16 1.00x
2 { posts { title }}
[Tailcall] 33,289.10 3.00 80.74x
[Caliban] 4,900.20 20.85 11.89x
[async-graphql] 4,755.77 21.03 11.54x
[GraphQL JIT] 1,157.19 86.22 2.81x
[Gqlgen] 1,090.37 100.69 2.64x
[Apollo GraphQL] 889.11 112.76 2.16x
[Netflix DGS] 809.31 124.17 1.96x
[Hasura] 412.28 241.51 1.00x
3 { greet }
[Tailcall] 39,545.10 2.53 25.72x
[Caliban] 33,209.00 3.03 21.60x
[Gqlgen] 24,089.00 8.50 15.67x
[async-graphql] 23,254.50 4.33 15.13x
[GraphQL JIT] 4,585.34 21.75 2.98x
[Netflix DGS] 4,187.16 28.44 2.72x
[Apollo GraphQL] 4,045.65 27.34 2.63x
[Hasura] 1,537.38 68.51 1.00x

Please sign in to comment.