Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
daveads committed Jul 23, 2024
1 parent 3fb8dfc commit 14fb080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_analyze_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ for bench in 1 2 3; do
echo "Processing files for bench${bench}:"

# Construct the command for each benchmark
cmd="bash analyze.sh"
cmd="node analyze.js"

# Loop through each service
for service in "${services[@]}"; do
Expand Down

1 comment on commit 14fb080

@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,154.90 3.53 112.63x
[Hasura] 5,163.94 19.64 20.66x
[async-graphql] 1,808.18 55.40 7.23x
[Caliban] 1,685.82 59.07 6.74x
[GraphQL JIT] 1,329.92 74.87 5.32x
[Gqlgen] 803.03 123.51 3.21x
[Netflix DGS] 360.91 207.89 1.44x
[Apollo GraphQL] 249.98 392.49 1.00x
2 { posts { title }}
[Tailcall] 57,934.90 1.72 41.44x
[Caliban] 9,544.54 10.85 6.83x
[async-graphql] 9,107.83 11.10 6.51x
[Hasura] 6,105.95 16.38 4.37x
[Gqlgen] 2,201.75 46.95 1.57x
[Apollo GraphQL] 1,611.16 61.98 1.15x
[Netflix DGS] 1,602.19 70.44 1.15x
[GraphQL JIT] 1,398.01 71.43 1.00x
3 { greet }
[Caliban] 67,643.60 1.08 12.97x
[Tailcall] 59,011.90 1.71 11.31x
[Gqlgen] 47,735.70 5.36 9.15x
[async-graphql] 46,078.80 2.22 8.83x
[Netflix DGS] 8,189.26 14.67 1.57x
[Apollo GraphQL] 7,664.47 13.31 1.47x
[Hasura] 6,657.45 15.31 1.28x
[GraphQL JIT] 5,216.58 19.14 1.00x

Please sign in to comment.