Skip to content

Commit

Permalink
remove unused libs
Browse files Browse the repository at this point in the history
Signed-off-by: Sahil Yeole <[email protected]>
  • Loading branch information
beelchester committed Jul 8, 2024
1 parent 849f59e commit 206a4e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ RUN apt-get update && apt-get install -y \
build-essential \
libssl-dev \
pkg-config \
libpcre3 \
libpcre3-dev \
openjdk-17-jdk \
git \
curl \
Expand Down

1 comment on commit 206a4e7

@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] 27,976.50 3.56 129.33x
[async-graphql] 1,574.77 63.45 7.28x
[Caliban] 1,404.84 71.17 6.49x
[Hasura] 1,389.77 73.37 6.42x
[Gqlgen] 477.52 208.84 2.21x
[Netflix DGS] 326.91 188.83 1.51x
[Apollo GraphQL] 216.32 452.72 1.00x
2 { posts { title }}
[Tailcall] 59,603.10 1.67 44.34x
[Caliban] 8,451.29 12.24 6.29x
[async-graphql] 8,082.34 13.32 6.01x
[Hasura] 2,094.37 47.69 1.56x
[Gqlgen] 1,992.30 52.65 1.48x
[Apollo GraphQL] 1,477.37 67.63 1.10x
[Netflix DGS] 1,344.30 81.95 1.00x
3 { greet }
[Tailcall] 63,829.70 1.58 28.45x
[async-graphql] 48,354.20 2.07 21.55x
[Gqlgen] 46,683.40 6.32 20.81x
[Caliban] 44,028.40 2.60 19.63x
[Netflix DGS] 7,364.47 16.16 3.28x
[Apollo GraphQL] 7,009.40 14.84 3.12x
[Hasura] 2,243.39 44.55 1.00x

Please sign in to comment.