@@ -50,29 +50,29 @@ Get started with the benchmarks:
50
50
| Query | Server | Requests/sec | Latency (ms) | Relative |
51
51
| -------:| --------:| --------------:| --------------:| ---------:|
52
52
| 1 | ` { posts { id userId title user { id name email }}} ` |
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 ` |
53
+ || [ Tailcall] | ` 29,926.60 ` | ` 3.33 ` | ` 105.92x ` |
54
+ || [ async-graphql] | ` 1,715.08 ` | ` 58.21 ` | ` 6.07x ` |
55
+ || [ Hasura ] | ` 1,578.62 ` | ` 63.93 ` | ` 5.59x ` |
56
+ || [ Caliban ] | ` 1,537.04 ` | ` 65.07 ` | ` 5.44x ` |
57
+ || [ Gqlgen] | ` 768.93 ` | ` 129.06 ` | ` 2.72x ` |
58
+ || [ Netflix DGS] | ` 358.03 ` | ` 210.26 ` | ` 1.27x ` |
59
+ || [ Apollo GraphQL] | ` 282.55 ` | ` 347.81 ` | ` 1.00x ` |
60
60
| 2 | ` { posts { title }} ` |
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 ` |
61
+ || [ Tailcall] | ` 62,158.20 ` | ` 1.60 ` | ` 38.89x ` |
62
+ || [ Caliban] | ` 9,116.82 ` | ` 11.33 ` | ` 5.70x ` |
63
+ || [ async-graphql] | ` 8,596.09 ` | ` 11.76 ` | ` 5.38x ` |
64
+ || [ Hasura] | ` 2,486.59 ` | ` 40.20 ` | ` 1.56x ` |
65
+ || [ Gqlgen] | ` 2,176.55 ` | ` 47.52 ` | ` 1.36x ` |
66
+ || [ Apollo GraphQL] | ` 1,723.16 ` | ` 57.95 ` | ` 1.08x ` |
67
+ || [ Netflix DGS] | ` 1,598.26 ` | ` 69.40 ` | ` 1.00x ` |
68
68
| 3 | ` { greet } ` |
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 ` |
69
+ || [ Tailcall] | ` 64,242.50 ` | ` 1.57 ` | ` 24.65x ` |
70
+ || [ async-graphql] | ` 48,930.60 ` | ` 2.05 ` | ` 18.78x ` |
71
+ || [ Gqlgen] | ` 47,012.10 ` | ` 5.12 ` | ` 18.04x ` |
72
+ || [ Caliban] | ` 44,295.60 ` | ` 2.59 ` | ` 17.00x ` |
73
+ || [ Netflix DGS] | ` 8,184.14 ` | ` 15.03 ` | ` 3.14x ` |
74
+ || [ Apollo GraphQL] | ` 7,965.16 ` | ` 12.87 ` | ` 3.06x ` |
75
+ || [ Hasura] | ` 2,606.15 ` | ` 38.40 ` | ` 1.00x ` |
76
76
77
77
<!-- PERFORMANCE_RESULTS_END -->
78
78
0 commit comments