Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Sahil Yeole <[email protected]>
  • Loading branch information
beelchester committed Jul 23, 2024
1 parent 95b2c65 commit dcd898b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions run_benchmarks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ fi



runBenchmark "graphql/${service}/run.sh"
runBenchmark "${service}"

if [ "$service" == "apollo_server" ]; then
cd graphql/apollo_server/
Expand All @@ -101,10 +101,6 @@ elif [ "$service" == "hasura" ]; then
bash "graphql/hasura/kill.sh"
fi

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

if [[ "$UPLOAD_TO_CLOUD" == "true" ]]; then
# Wait for 5 seconds to ensure the results are uploaded to influxdb
sleep 5
Expand Down

1 comment on commit dcd898b

@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] 0.00 0.00 x
[Netflix DGS] 0.00 0.00 x
[Hasura] 0.00 0.00 x
[GraphQL JIT] 0.00 0.00 x
[Gqlgen] 0.00 0.00 x
[Caliban] 0.00 0.00 x
[async-graphql] 0.00 0.00 x
[Apollo GraphQL] 0.00 0.00 x
2 { posts { title }}
[Tailcall] 0.00 0.00 x
[Netflix DGS] 0.00 0.00 x
[Hasura] 0.00 0.00 x
[GraphQL JIT] 0.00 0.00 x
[Gqlgen] 0.00 0.00 x
[Caliban] 0.00 0.00 x
[async-graphql] 0.00 0.00 x
[Apollo GraphQL] 0.00 0.00 x
3 { greet }
[Tailcall] 0.00 0.00 x
[Netflix DGS] 0.00 0.00 x
[Hasura] 0.00 0.00 x
[GraphQL JIT] 0.00 0.00 x
[Gqlgen] 0.00 0.00 x
[Caliban] 0.00 0.00 x
[async-graphql] 0.00 0.00 x
[Apollo GraphQL] 0.00 0.00 x

Please sign in to comment.