@@ -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] | ` 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 ` |
53+ || [ Tailcall] | ` 30,158.70 ` | ` 3.30 ` | ` 105.66x ` |
54+ || [ async-graphql] | ` 1,688.26 ` | ` 60.72 ` | ` 5.91x ` |
55+ || [ Caliban] | ` 1,561.81 ` | ` 63.68 ` | ` 5.47x ` |
56+ || [ Hasura] | ` 1,472.13 ` | ` 67.66 ` | ` 5.16x ` |
57+ || [ Gqlgen] | ` 657.40 ` | ` 151.89 ` | ` 2.30x ` |
58+ || [ Netflix DGS] | ` 363.69 ` | ` 162.42 ` | ` 1.27x ` |
59+ || [ Apollo GraphQL] | ` 285.43 ` | ` 345.82 ` | ` 1.00x ` |
6060| 2 | ` { posts { title }} ` |
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 ` |
61+ || [ Tailcall] | ` 62,409.00 ` | ` 1.59 ` | ` 38.75x ` |
62+ || [ Caliban] | ` 9,274.35 ` | ` 11.13 ` | ` 5.76x ` |
63+ || [ async-graphql] | ` 8,615.45 ` | ` 11.69 ` | ` 5.35x ` |
64+ || [ Hasura] | ` 2,457.92 ` | ` 40.64 ` | ` 1.53x ` |
65+ || [ Gqlgen] | ` 2,260.61 ` | ` 45.46 ` | ` 1.40x ` |
66+ || [ Apollo GraphQL] | ` 1,787.09 ` | ` 55.89 ` | ` 1.11x ` |
67+ || [ Netflix DGS] | ` 1,610.50 ` | ` 68.66 ` | ` 1.00x ` |
6868| 3 | ` { greet } ` |
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 ` |
69+ || [ Tailcall] | ` 64,615.20 ` | ` 1.56 ` | ` 26.64x ` |
70+ || [ async-graphql] | ` 49,507.70 ` | ` 2.11 ` | ` 20.41x ` |
71+ || [ Gqlgen] | ` 49,100.80 ` | ` 6.01 ` | ` 20.25x ` |
72+ || [ Caliban] | ` 47,567.30 ` | ` 2.34 ` | ` 19.61x ` |
73+ || [ Netflix DGS] | ` 8,298.97 ` | ` 14.50 ` | ` 3.42x ` |
74+ || [ Apollo GraphQL] | ` 8,090.79 ` | ` 12.59 ` | ` 3.34x ` |
75+ || [ Hasura] | ` 2,425.21 ` | ` 41.17 ` | ` 1.00x ` |
7676
7777<!-- PERFORMANCE_RESULTS_END -->
7878
0 commit comments