Skip to content

Commit

Permalink
temp commit: test +0.4s delay in ci
Browse files Browse the repository at this point in the history
Signed-off-by: Sahil Yeole <[email protected]>
  • Loading branch information
beelchester committed Jul 16, 2024
1 parent 3097063 commit 1015e1b
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 @@ -21,7 +21,7 @@ http {
listen 3000;
location / {
# Delay each request by 4ms
access_by_lua_block { ngx.sleep(0.004) }
access_by_lua_block { ngx.sleep(0.4) }
proxy_set_header Host $proxy_host;
proxy_ssl_verify off;
proxy_ssl_server_name on;
Expand Down

1 comment on commit 1015e1b

@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 }}}
[Hasura] 1,568.19 63.60 infx
[GraphQL JIT] 239.66 406.92 infx
[Tailcall] 119.80 803.71 infx
[Apollo GraphQL] 115.16 833.87 infx
[Caliban] 35.19 2.52 infx
[async-graphql] 19.97 4.42 infx
[Gqlgen] 19.96 4.43 infx
[Netflix DGS] 0.00 0.00 -nanx
2 { posts { title }}
[Hasura] 2,546.64 39.23 11.26x
[GraphQL JIT] 246.37 403.32 1.09x
[Gqlgen] 246.32 402.43 1.09x
[Tailcall] 246.29 401.65 1.09x
[async-graphql] 246.28 401.26 1.09x
[Apollo GraphQL] 246.27 403.77 1.09x
[Caliban] 246.24 401.36 1.09x
[Netflix DGS] 226.10 442.16 1.00x
3 { greet }
[Caliban] 68,826.80 1.05 26.00x
[Tailcall] 64,774.20 1.56 24.47x
[async-graphql] 51,283.40 2.01 19.37x
[Gqlgen] 46,934.60 5.22 17.73x
[Netflix DGS] 8,908.96 13.14 3.37x
[Apollo GraphQL] 8,239.88 12.29 3.11x
[GraphQL JIT] 5,244.61 19.04 1.98x
[Hasura] 2,647.05 37.76 1.00x

Please sign in to comment.