Skip to content

Commit

Permalink
Update benchmark.graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath authored Jun 15, 2024
1 parent a2a3191 commit 21e2b36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions graphql/tailcall/benchmark.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ schema
poolMaxIdlePerHost: 200
tcpKeepAlive: 60
proxy: { url: "http://127.0.0.1:3000" }
dedupe: true
) {
query: Query
}
Expand Down

1 comment on commit 21e2b36

@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.

Server Requests/sec Latency (ms)
[Caliban] 8,974.56 11.55
[async-graphql] 8,028.84 12.46
[Gqlgen] 2,220.81 46.54
[Apollo GraphQL] 1,826.43 54.52
[Netflix DGS] 1,659.71 64.90
[Tailcall] -nan -nan

Please sign in to comment.