Skip to content

Commit

Permalink
Change commands to node
Browse files Browse the repository at this point in the history
  • Loading branch information
Vijaykv5 committed Jul 19, 2024
1 parent b2ad419 commit 85fc350
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions run_benchmarks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ for service in "apollo_server" "caliban" "netflix_dgs" "gqlgen" "tailcall" "asyn
fi
done

bash analyze.js "${bench1Results[@]}"
bash analyze.js "${bench2Results[@]}"
bash analyze.js "${bench3Results[@]}"
node analyze.js "${bench1Results[@]}"
node analyze.js "${bench2Results[@]}"
node analyze.js "${bench3Results[@]}"

1 comment on commit 85fc350

@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] 30,998.01 3.21 112.98x
[async-graphql] 1,921.87 51.90 7.00x
[Caliban] 1,602.50 62.03 5.84x
[Hasura] 1,601.22 62.95 5.84x
[GraphQL JIT] 1,375.05 72.39 5.01x
[Gqlgen] 781.23 127.05 2.85x
[Netflix DGS] 363.27 227.61 1.32x
[Apollo GraphQL] 274.37 357.29 1.00x
2 { posts { title }}
[Tailcall] 63,394.76 1.57 46.62x
[async-graphql] 9,643.28 10.62 7.09x
[Caliban] 9,317.03 11.08 6.85x
[Hasura] 2,417.16 41.36 1.78x
[Gqlgen] 2,228.36 46.55 1.64x
[Apollo GraphQL] 1,790.92 55.75 1.32x
[Netflix DGS] 1,621.76 68.72 1.19x
[GraphQL JIT] 1,359.68 73.44 1.00x
3 { greet }
[Caliban] 67,252.25 1.07 26.78x
[Tailcall] 65,894.23 1.53 26.24x
[async-graphql] 51,289.51 2.02 20.42x
[Gqlgen] 48,175.62 5.39 19.18x
[Netflix DGS] 8,277.11 14.81 3.30x
[Apollo GraphQL] 8,129.58 12.46 3.24x
[GraphQL JIT] 5,131.01 19.46 2.04x
[Hasura] 2,511.14 39.73 1.00x

Please sign in to comment.