@@ -50,21 +50,29 @@ Get started with the benchmarks:
5050| Query | Server | Requests/sec | Latency (ms) | Relative |
5151| -------:| --------:| --------------:| --------------:| ---------:|
5252| 1 | ` { posts { id userId title user { id name email }}} ` |
53- || [ Tailcall] | ` 30,218.80 ` | ` 3.30 ` | ` 103.05x ` |
54- || [ async-graphql] | ` 1,748.72 ` | ` 57.43 ` | ` 5.96x ` |
55- || [ Caliban] | ` 1,599.19 ` | ` 62.46 ` | ` 5.45x ` |
56- || [ Hasura] | ` 1,536.69 ` | ` 65.04 ` | ` 5.24x ` |
57- || [ Gqlgen] | ` 666.73 ` | ` 150.68 ` | ` 2.27x ` |
58- || [ Netflix DGS] | ` 364.07 ` | ` 185.28 ` | ` 1.24x ` |
59- || [ Apollo GraphQL] | ` 293.23 ` | ` 338.73 ` | ` 1.00x ` |
53+ || [ Tailcall] | ` 30,731.30 ` | ` 3.24 ` | ` 108.23x ` |
54+ || [ async-graphql] | ` 1,748.25 ` | ` 57.58 ` | ` 6.16x ` |
55+ || [ Caliban] | ` 1,533.14 ` | ` 65.09 ` | ` 5.40x ` |
56+ || [ Hasura] | ` 1,528.73 ` | ` 65.21 ` | ` 5.38x ` |
57+ || [ Gqlgen] | ` 662.59 ` | ` 150.51 ` | ` 2.33x ` |
58+ || [ Netflix DGS] | ` 361.82 ` | ` 164.52 ` | ` 1.27x ` |
59+ || [ Apollo GraphQL] | ` 283.94 ` | ` 346.80 ` | ` 1.00x ` |
6060| 2 | ` { posts { title }} ` |
61- || [ Tailcall] | ` 61,796.00 ` | ` 1.61 ` | ` 38.72x ` |
62- || [ Caliban] | ` 9,187.63 ` | ` 11.25 ` | ` 5.76x ` |
63- || [ async-graphql] | ` 8,696.39 ` | ` 11.60 ` | ` 5.45x ` |
64- || [ Hasura] | ` 2,483.88 ` | ` 40.17 ` | ` 1.56x ` |
65- || [ Gqlgen] | ` 2,240.57 ` | ` 45.69 ` | ` 1.40x ` |
66- || [ Apollo GraphQL] | ` 1,762.58 ` | ` 56.64 ` | ` 1.10x ` |
67- || [ Netflix DGS] | ` 1,595.80 ` | ` 68.82 ` | ` 1.00x ` |
61+ || [ Tailcall] | ` 62,781.70 ` | ` 1.58 ` | ` 39.12x ` |
62+ || [ Caliban] | ` 9,206.32 ` | ` 11.23 ` | ` 5.74x ` |
63+ || [ async-graphql] | ` 8,679.90 ` | ` 11.56 ` | ` 5.41x ` |
64+ || [ Hasura] | ` 2,542.85 ` | ` 39.31 ` | ` 1.58x ` |
65+ || [ Gqlgen] | ` 2,270.77 ` | ` 45.08 ` | ` 1.42x ` |
66+ || [ Apollo GraphQL] | ` 1,790.88 ` | ` 55.76 ` | ` 1.12x ` |
67+ || [ Netflix DGS] | ` 1,604.71 ` | ` 68.88 ` | ` 1.00x ` |
68+ | 3 | ` { greet } ` |
69+ || [ Tailcall] | ` 65,204.50 ` | ` 1.55 ` | ` 25.47x ` |
70+ || [ Gqlgen] | ` 50,124.00 ` | ` 5.35 ` | ` 19.58x ` |
71+ || [ async-graphql] | ` 49,848.30 ` | ` 2.07 ` | ` 19.47x ` |
72+ || [ Caliban] | ` 46,625.10 ` | ` 2.47 ` | ` 18.21x ` |
73+ || [ Netflix DGS] | ` 8,306.34 ` | ` 14.78 ` | ` 3.24x ` |
74+ || [ Apollo GraphQL] | ` 8,131.77 ` | ` 12.50 ` | ` 3.18x ` |
75+ || [ Hasura] | ` 2,560.30 ` | ` 38.96 ` | ` 1.00x ` |
6876
6977<!-- PERFORMANCE_RESULTS_END -->
7078
0 commit comments