@@ -49,19 +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] | ` 20,459.40 ` | ` 4.82 ` | ` 38.67x ` |
53- || [ async-graphql] | ` 2,416.38 ` | ` 42.11 ` | ` 4.57x ` |
54- || [ Caliban] | ` 2,112.29 ` | ` 51.58 ` | ` 3.99x ` |
55- || [ Apollo GraphQL] | ` 2,013.53 ` | ` 49.98 ` | ` 3.81x ` |
56- || [ Gqlgen] | ` 1,427.79 ` | ` 76.83 ` | ` 2.70x ` |
57- || [ Netflix DGS] | ` 529.12 ` | ` 131.33 ` | ` 1.00x ` |
52+ || [ Tailcall] | ` 30,082.30 ` | ` 3.31 ` | ` 102.84x ` |
53+ || [ Hasura] | ` 4,459.81 ` | ` 22.46 ` | ` 15.25x ` |
54+ || [ Caliban] | ` 1,559.81 ` | ` 64.13 ` | ` 5.33x ` |
55+ || [ async-graphql] | ` 1,492.66 ` | ` 66.89 ` | ` 5.10x ` |
56+ || [ Gqlgen] | ` 652.24 ` | ` 154.11 ` | ` 2.23x ` |
57+ || [ Netflix DGS] | ` 365.29 ` | ` 212.65 ` | ` 1.25x ` |
58+ || [ Apollo GraphQL] | ` 292.51 ` | ` 339.55 ` | ` 1.00x ` |
5859| 2 | ` { posts { title }} ` |
59- || [ Tailcall] | ` 49,734.70 ` | ` 2.04 ` | ` 18.15x ` |
60- || [ Caliban] | ` 13,721.40 ` | ` 11.63 ` | ` 5.01x ` |
61- || [ async-graphql] | ` 9,333.76 ` | ` 11.00 ` | ` 3.41x ` |
62- || [ Apollo GraphQL] | ` 4,299.68 ` | ` 25.27 ` | ` 1.57x ` |
63- || [ Netflix DGS] | ` 2,778.82 ` | ` 70.96 ` | ` 1.01x ` |
64- || [ Gqlgen] | ` 2,739.60 ` | ` 39.57 ` | ` 1.00x ` |
60+ || [ Tailcall] | ` 62,286.10 ` | ` 1.59 ` | ` 39.07x ` |
61+ || [ Caliban] | ` 9,266.85 ` | ` 11.16 ` | ` 5.81x ` |
62+ || [ async-graphql] | ` 7,456.22 ` | ` 13.42 ` | ` 4.68x ` |
63+ || [ Hasura] | ` 2,474.23 ` | ` 40.33 ` | ` 1.55x ` |
64+ || [ Gqlgen] | ` 2,216.15 ` | ` 46.14 ` | ` 1.39x ` |
65+ || [ Apollo GraphQL] | ` 1,745.35 ` | ` 57.17 ` | ` 1.09x ` |
66+ || [ Netflix DGS] | ` 1,594.40 ` | ` 68.48 ` | ` 1.00x ` |
6567
6668<!-- PERFORMANCE_RESULTS_END -->
6769
0 commit comments