Skip to content

Commit

Permalink
Update nginx.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath authored Jul 9, 2024
1 parent 206a4e7 commit 6f638c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ http {
resolver 8.8.8.8 valid=100s ipv6=off;
listen 3000;
location / {
echo_sleep 0.004; # Delay each request by 4ms
echo_sleep 0.4; # Delay each request by 4ms
proxy_set_header Host $proxy_host;
proxy_ssl_verify off;
proxy_ssl_server_name on;
Expand Down

1 comment on commit 6f638c7

@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,713.40 3.24 107.34x
[async-graphql] 1,742.09 57.70 6.09x
[Hasura] 1,603.86 62.97 5.61x
[Caliban] 1,571.45 63.61 5.49x
[Gqlgen] 658.76 151.78 2.30x
[Netflix DGS] 368.15 167.20 1.29x
[Apollo GraphQL] 286.12 343.82 1.00x
2 { posts { title }}
[Tailcall] 62,712.20 1.59 38.98x
[Caliban] 9,111.78 11.33 5.66x
[async-graphql] 8,694.62 11.49 5.40x
[Hasura] 2,528.66 39.52 1.57x
[Gqlgen] 2,265.54 45.15 1.41x
[Apollo GraphQL] 1,779.57 56.10 1.11x
[Netflix DGS] 1,608.93 69.07 1.00x
3 { greet }
[Tailcall] 65,007.10 1.55 25.43x
[Gqlgen] 49,666.60 5.34 19.43x
[async-graphql] 49,204.20 2.05 19.25x
[Caliban] 46,077.60 2.41 18.03x
[Netflix DGS] 8,286.58 14.65 3.24x
[Apollo GraphQL] 8,107.71 12.63 3.17x
[Hasura] 2,556.25 39.02 1.00x

Please sign in to comment.