Skip to content

Commit

Permalink
js files
Browse files Browse the repository at this point in the history
  • Loading branch information
daveads committed Jul 30, 2024
1 parent 8b08d3c commit f061048
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ graphql/gqlgen/main
tailcall-src

metals.*

analyze/*
analyze.js

2 comments on commit f061048

@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] 29,484.50 3.38 310.24x
[async-graphql] 1,989.02 50.50 20.93x
[Caliban] 1,691.88 59.18 17.80x
[GraphQL JIT] 1,271.19 78.32 13.38x
[Gqlgen] 798.32 124.30 8.40x
[Netflix DGS] 363.87 157.11 3.83x
[Apollo GraphQL] 269.64 364.31 2.84x
[Hasura] 95.04 577.53 1.00x
2 { posts { title }}
[Tailcall] 58,140.00 1.71 66.22x
[async-graphql] 9,666.95 10.71 11.01x
[Caliban] 9,575.03 10.81 10.91x
[Gqlgen] 2,198.97 47.15 2.50x
[Apollo GraphQL] 1,754.95 56.94 2.00x
[Netflix DGS] 1,590.54 70.84 1.81x
[GraphQL JIT] 1,305.42 76.49 1.49x
[Hasura] 877.98 113.65 1.00x
3 { greet }
[Caliban] 68,644.50 1.08 25.66x
[Tailcall] 58,899.10 1.72 22.01x
[async-graphql] 47,591.20 2.13 17.79x
[Gqlgen] 47,139.50 5.09 17.62x
[Netflix DGS] 8,129.14 14.49 3.04x
[Apollo GraphQL] 8,039.81 12.73 3.00x
[GraphQL JIT] 5,065.21 19.71 1.89x
[Hasura] 2,675.53 37.33 1.00x

@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] 28,854.60 3.45 219.43x
[async-graphql] 2,001.53 50.81 15.22x
[Caliban] 1,641.59 60.58 12.48x
[GraphQL JIT] 1,315.85 75.67 10.01x
[Gqlgen] 801.09 123.90 6.09x
[Netflix DGS] 364.64 164.33 2.77x
[Apollo GraphQL] 267.40 367.80 2.03x
[Hasura] 131.50 559.85 1.00x
2 { posts { title }}
[Tailcall] 57,092.00 1.74 65.34x
[async-graphql] 9,836.54 10.28 11.26x
[Caliban] 9,496.71 10.88 10.87x
[Gqlgen] 2,220.29 46.62 2.54x
[Apollo GraphQL] 1,760.57 56.77 2.01x
[Netflix DGS] 1,584.96 70.63 1.81x
[GraphQL JIT] 1,397.31 71.45 1.60x
[Hasura] 873.80 114.21 1.00x
3 { greet }
[Caliban] 67,821.00 1.05 25.92x
[Tailcall] 58,723.10 1.72 22.45x
[Gqlgen] 48,200.80 4.88 18.43x
[async-graphql] 48,007.90 2.11 18.35x
[Netflix DGS] 8,240.10 14.50 3.15x
[Apollo GraphQL] 8,032.17 12.71 3.07x
[GraphQL JIT] 5,138.85 19.43 1.96x
[Hasura] 2,616.05 38.13 1.00x

Please sign in to comment.