Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
daveads committed Jul 28, 2024
1 parent 2f91046 commit 8b08d3c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"devDependencies": {
"@types/node": "^22.0.0"
}
}
1 change: 1 addition & 0 deletions run_analyze_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# Update and install gnuplot
sudo apt-get update && sudo apt-get install -y gnuplot
npm install

# Remove existing results file
rm -f results.md
Expand Down

1 comment on commit 8b08d3c

@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,550.20 3.49 229.85x
[async-graphql] 2,012.13 49.86 16.20x
[Caliban] 1,646.36 60.88 13.25x
[GraphQL JIT] 1,313.02 75.86 10.57x
[Gqlgen] 802.61 123.66 6.46x
[Netflix DGS] 368.95 171.50 2.97x
[Apollo GraphQL] 264.59 371.05 2.13x
[Hasura] 124.21 589.73 1.00x
2 { posts { title }}
[Tailcall] 59,100.60 1.68 68.81x
[async-graphql] 9,641.18 10.67 11.23x
[Caliban] 9,516.66 10.85 11.08x
[Gqlgen] 2,218.88 46.65 2.58x
[Apollo GraphQL] 1,724.32 57.92 2.01x
[Netflix DGS] 1,619.11 69.72 1.89x
[GraphQL JIT] 1,367.36 73.03 1.59x
[Hasura] 858.88 116.18 1.00x
3 { greet }
[Caliban] 68,695.00 1.13 26.48x
[Tailcall] 59,081.60 1.71 22.77x
[async-graphql] 48,727.30 2.09 18.78x
[Gqlgen] 47,996.40 5.00 18.50x
[Netflix DGS] 8,344.31 14.55 3.22x
[Apollo GraphQL] 7,894.62 12.89 3.04x
[GraphQL JIT] 5,083.89 19.63 1.96x
[Hasura] 2,594.45 38.46 1.00x

Please sign in to comment.