@@ -49,21 +49,21 @@ Get started with the benchmarks:
4949| Query | Server | Requests/sec | Latency (ms) | Relative |
5050| -------:| --------:| --------------:| --------------:| ---------:|
5151| 1 | ` { posts { id userId title user { id name email }}} ` |
52- || [ Tailcall] | ` 29,869.10 ` | ` 3.34 ` | ` 103.04x ` |
53- || [ Caliban ] | ` 1,590.34 ` | ` 62.88 ` | ` 5.49x ` |
54- || [ async-graphql ] | ` 1,474.68 ` | ` 67.71 ` | ` 5.09x ` |
55- || [ Hasura ] | ` 1,469.39 ` | ` 68.02 ` | ` 5.07x ` |
56- || [ Gqlgen] | ` 641.60 ` | ` 156.36 ` | ` 2.21x ` |
57- || [ Netflix DGS] | ` 362.26 ` | ` 178.54 ` | ` 1.25x ` |
58- || [ Apollo GraphQL] | ` 289.88 ` | ` 342.62 ` | ` 1.00x ` |
52+ || [ Tailcall] | ` 29,534.90 ` | ` 3.37 ` | ` 102.64x ` |
53+ || [ Hasura ] | ` 4,601.66 ` | ` 21.71 ` | ` 15.99x ` |
54+ || [ Caliban ] | ` 1,574.63 ` | ` 63.42 ` | ` 5.47x ` |
55+ || [ async-graphql ] | ` 1,457.27 ` | ` 68.51 ` | ` 5.06x ` |
56+ || [ Gqlgen] | ` 641.88 ` | ` 156.54 ` | ` 2.23x ` |
57+ || [ Netflix DGS] | ` 362.21 ` | ` 150.25 ` | ` 1.26x ` |
58+ || [ Apollo GraphQL] | ` 287.75 ` | ` 345.31 ` | ` 1.00x ` |
5959| 2 | ` { posts { title }} ` |
60- || [ Tailcall] | ` 61,933.50 ` | ` 1.61 ` | ` 38.96x ` |
61- || [ Caliban] | ` 9,289.48 ` | ` 11.10 ` | ` 5.84x ` |
62- || [ async-graphql] | ` 7,459.64 ` | ` 13.38 ` | ` 4.69x ` |
63- || [ Hasura] | ` 2,490.59 ` | ` 40.18 ` | ` 1.57x ` |
64- || [ Gqlgen] | ` 2,192.15 ` | ` 46.51 ` | ` 1.38x ` |
65- || [ Apollo GraphQL] | ` 1,762.34 ` | ` 56.64 ` | ` 1.11x ` |
66- || [ Netflix DGS] | ` 1,589.50 ` | ` 68.74 ` | ` 1.00x ` |
60+ || [ Tailcall] | ` 61,457.60 ` | ` 1.62 ` | ` 38.92x ` |
61+ || [ Caliban] | ` 9,243.21 ` | ` 11.19 ` | ` 5.85x ` |
62+ || [ async-graphql] | ` 7,321.85 ` | ` 13.66 ` | ` 4.64x ` |
63+ || [ Hasura] | ` 5,648.75 ` | ` 17.70 ` | ` 3.58x ` |
64+ || [ Gqlgen] | ` 2,196.22 ` | ` 46.47 ` | ` 1.39x ` |
65+ || [ Apollo GraphQL] | ` 1,735.65 ` | ` 57.40 ` | ` 1.10x ` |
66+ || [ Netflix DGS] | ` 1,579.14 ` | ` 69.21 ` | ` 1.00x ` |
6767
6868<!-- PERFORMANCE_RESULTS_END -->
6969
0 commit comments