@@ -50,29 +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,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 ` |
53+ || [ Tailcall] | ` 27,555.80 ` | ` 3.61 ` | ` 105.99x ` |
54+ || [ async-graphql] | ` 1,614.09 ` | ` 62.05 ` | ` 6.21x ` |
55+ || [ Caliban] | ` 1,515.67 ` | ` 65.59 ` | ` 5.83x ` |
56+ || [ Hasura] | ` 1,285.42 ` | ` 78.55 ` | ` 4.94x ` |
57+ || [ Gqlgen] | ` 614.70 ` | ` 162.08 ` | ` 2.36x ` |
58+ || [ Netflix DGS] | ` 351.78 ` | ` 209 .52` | ` 1.35x ` |
59+ || [ Apollo GraphQL] | ` 259.99 ` | ` 378.04 ` | ` 1.00x ` |
6060| 2 | ` { posts { title }} ` |
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 ` |
61+ || [ Tailcall] | ` 57,898.80 ` | ` 1.72 ` | ` 36.99x ` |
62+ || [ Caliban] | ` 9,219.19 ` | ` 11.21 ` | ` 5.89x ` |
63+ || [ async-graphql] | ` 8,319.61 ` | ` 12.03 ` | ` 5.32x ` |
64+ || [ Hasura] | ` 2,181.93 ` | ` 45.80 ` | ` 1.39x ` |
65+ || [ Gqlgen] | ` 2,118.07 ` | ` 48.44 ` | ` 1.35x ` |
66+ || [ Apollo GraphQL] | ` 1,626.41 ` | ` 61.40 ` | ` 1.04x ` |
67+ || [ Netflix DGS] | ` 1,565.25 ` | ` 70.23 ` | ` 1.00x ` |
6868| 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 ` |
69+ || [ Tailcall] | ` 62,556.00 ` | ` 1.61 ` | ` 26.32x ` |
70+ || [ async-graphql ] | ` 49,131.90 ` | ` 2.07 ` | ` 20.67x ` |
71+ || [ Gqlgen ] | ` 46,347.60 ` | ` 5.74 ` | ` 19.50x ` |
72+ || [ Caliban] | ` 45,176.40 ` | ` 2.56 ` | ` 19.01x ` |
73+ || [ Netflix DGS] | ` 8,087.36 ` | ` 14.76 ` | ` 3.40x ` |
74+ || [ Apollo GraphQL] | ` 7,765.66 ` | ` 13.15 ` | ` 3.27x ` |
75+ || [ Hasura] | ` 2,376.95 ` | ` 42.02 ` | ` 1.00x ` |
7676
7777<!-- PERFORMANCE_RESULTS_END -->
7878
0 commit comments