Skip to content

Commit

Permalink
remove unused files
Browse files Browse the repository at this point in the history
Signed-off-by: Sahil Yeole <[email protected]>
  • Loading branch information
beelchester committed Jul 13, 2024
1 parent 1325b58 commit 95d0fa3
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 532 deletions.
531 changes: 0 additions & 531 deletions assets/canvas.excalidraw

This file was deleted.

Binary file removed assets/latency_histogram1.png
Binary file not shown.
Binary file removed assets/latency_histogram2.png
Binary file not shown.
Binary file removed assets/latency_histogram3.png
Binary file not shown.
Binary file removed assets/req_sec_histogram1.png
Binary file not shown.
Binary file removed assets/req_sec_histogram2.png
Binary file not shown.
Binary file removed assets/req_sec_histogram3.png
Binary file not shown.
2 changes: 1 addition & 1 deletion run_benchmarks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ for service in "apollo_server" "caliban" "netflix_dgs" "gqlgen" "tailcall" "asyn
cd ../../
elif [ "$service" == "hasura" ]; then
bash "graphql/hasura/kill.sh"
fi
fi
done

bash analyze.sh "${bench1Results[@]}"
Expand Down

1 comment on commit 95d0fa3

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

Please sign in to comment.