Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit f03e449

Browse files
actions-usergithub-actions[bot]
authored andcommitted
[ci skip] update performance results in README.md
1 parent e639a48 commit f03e449

8 files changed

+48
-48
lines changed

README.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -51,32 +51,32 @@ Get started with the benchmarks:
5151
| Query | Server | Requests/sec | Latency (ms) | Relative |
5252
|-------:|--------:|--------------:|--------------:|---------:|
5353
| 1 | `{ posts { id userId title user { id name email }}}` |
54-
|| [Tailcall] | `22,403.70` | `4.38` | `201.24x` |
55-
|| [GraphQL JIT] | `1,115.11` | `89.18` | `10.02x` |
56-
|| [async-graphql] | `1,058.72` | `93.87` | `9.51x` |
57-
|| [Caliban] | `812.39` | `123.95` | `7.30x` |
58-
|| [Gqlgen] | `373.46` | `263.89` | `3.35x` |
59-
|| [Netflix DGS] | `179.60` | `545.54` | `1.61x` |
60-
|| [Apollo GraphQL] | `128.04` | `715.55` | `1.15x` |
61-
|| [Hasura] | `111.33` | `785.47` | `1.00x` |
54+
|| [Tailcall] | `23,156.10` | `4.23` | `205.01x` |
55+
|| [GraphQL JIT] | `1,082.17` | `92.00` | `9.58x` |
56+
|| [async-graphql] | `1,070.39` | `92.83` | `9.48x` |
57+
|| [Caliban] | `860.62` | `116.65` | `7.62x` |
58+
|| [Gqlgen] | `396.25` | `249.10` | `3.51x` |
59+
|| [Netflix DGS] | `187.33` | `520.86` | `1.66x` |
60+
|| [Apollo GraphQL] | `129.23` | `708.13` | `1.14x` |
61+
|| [Hasura] | `112.95` | `795.86` | `1.00x` |
6262
| 2 | `{ posts { title }}` |
63-
|| [Tailcall] | `35,142.90` | `2.79` | `78.51x` |
64-
|| [Caliban] | `5,592.58` | `17.92` | `12.49x` |
65-
|| [async-graphql] | `5,199.96` | `19.23` | `11.62x` |
66-
|| [GraphQL JIT] | `1,141.02` | `87.46` | `2.55x` |
67-
|| [Gqlgen] | `1,060.39` | `103.45` | `2.37x` |
68-
|| [Apollo GraphQL] | `891.00` | `112.74` | `1.99x` |
69-
|| [Netflix DGS] | `787.66` | `165.02` | `1.76x` |
70-
|| [Hasura] | `447.62` | `229.63` | `1.00x` |
63+
|| [Tailcall] | `35,116.30` | `2.79` | `77.24x` |
64+
|| [Caliban] | `5,522.84` | `18.19` | `12.15x` |
65+
|| [async-graphql] | `5,347.47` | `18.70` | `11.76x` |
66+
|| [GraphQL JIT] | `1,125.36` | `88.70` | `2.48x` |
67+
|| [Gqlgen] | `1,105.63` | `99.17` | `2.43x` |
68+
|| [Apollo GraphQL] | `882.19` | `113.82` | `1.94x` |
69+
|| [Netflix DGS] | `802.42` | `152.52` | `1.76x` |
70+
|| [Hasura] | `454.64` | `227.14` | `1.00x` |
7171
| 3 | `{ greet }` |
72-
|| [Caliban] | `46,819.20` | `2.07` | `29.16x` |
73-
|| [Tailcall] | `44,749.20` | `2.18` | `27.87x` |
74-
|| [async-graphql] | `25,585.60` | `3.90` | `15.94x` |
75-
|| [Gqlgen] | `25,159.20` | `5.10` | `15.67x` |
76-
|| [GraphQL JIT] | `4,597.25` | `21.71` | `2.86x` |
77-
|| [Apollo GraphQL] | `4,082.86` | `28.16` | `2.54x` |
78-
|| [Netflix DGS] | `4,017.37` | `29.31` | `2.50x` |
79-
|| [Hasura] | `1,605.38` | `62.36` | `1.00x` |
72+
|| [Caliban] | `48,667.40` | `1.99` | `30.96x` |
73+
|| [Tailcall] | `45,502.00` | `2.15` | `28.94x` |
74+
|| [Gqlgen] | `26,173.10` | `4.87` | `16.65x` |
75+
|| [async-graphql] | `26,042.70` | `3.83` | `16.56x` |
76+
|| [GraphQL JIT] | `4,439.47` | `22.47` | `2.82x` |
77+
|| [Netflix DGS] | `4,147.07` | `27.29` | `2.64x` |
78+
|| [Apollo GraphQL] | `3,939.28` | `29.43` | `2.51x` |
79+
|| [Hasura] | `1,572.16` | `65.87` | `1.00x` |
8080

8181
<!-- PERFORMANCE_RESULTS_END -->
8282

assets/latency_histogram1.png

-58 Bytes
Loading

assets/latency_histogram2.png

112 Bytes
Loading

assets/latency_histogram3.png

-14 Bytes
Loading

assets/req_sec_histogram1.png

114 Bytes
Loading

assets/req_sec_histogram2.png

-104 Bytes
Loading

assets/req_sec_histogram3.png

26 Bytes
Loading

results.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,31 @@
33
| Query | Server | Requests/sec | Latency (ms) | Relative |
44
|-------:|--------:|--------------:|--------------:|---------:|
55
| 1 | `{ posts { id userId title user { id name email }}}` |
6-
|| [Tailcall] | `22,403.70` | `4.38` | `201.24x` |
7-
|| [GraphQL JIT] | `1,115.11` | `89.18` | `10.02x` |
8-
|| [async-graphql] | `1,058.72` | `93.87` | `9.51x` |
9-
|| [Caliban] | `812.39` | `123.95` | `7.30x` |
10-
|| [Gqlgen] | `373.46` | `263.89` | `3.35x` |
11-
|| [Netflix DGS] | `179.60` | `545.54` | `1.61x` |
12-
|| [Apollo GraphQL] | `128.04` | `715.55` | `1.15x` |
13-
|| [Hasura] | `111.33` | `785.47` | `1.00x` |
6+
|| [Tailcall] | `23,156.10` | `4.23` | `205.01x` |
7+
|| [GraphQL JIT] | `1,082.17` | `92.00` | `9.58x` |
8+
|| [async-graphql] | `1,070.39` | `92.83` | `9.48x` |
9+
|| [Caliban] | `860.62` | `116.65` | `7.62x` |
10+
|| [Gqlgen] | `396.25` | `249.10` | `3.51x` |
11+
|| [Netflix DGS] | `187.33` | `520.86` | `1.66x` |
12+
|| [Apollo GraphQL] | `129.23` | `708.13` | `1.14x` |
13+
|| [Hasura] | `112.95` | `795.86` | `1.00x` |
1414
| 2 | `{ posts { title }}` |
15-
|| [Tailcall] | `35,142.90` | `2.79` | `78.51x` |
16-
|| [Caliban] | `5,592.58` | `17.92` | `12.49x` |
17-
|| [async-graphql] | `5,199.96` | `19.23` | `11.62x` |
18-
|| [GraphQL JIT] | `1,141.02` | `87.46` | `2.55x` |
19-
|| [Gqlgen] | `1,060.39` | `103.45` | `2.37x` |
20-
|| [Apollo GraphQL] | `891.00` | `112.74` | `1.99x` |
21-
|| [Netflix DGS] | `787.66` | `165.02` | `1.76x` |
22-
|| [Hasura] | `447.62` | `229.63` | `1.00x` |
15+
|| [Tailcall] | `35,116.30` | `2.79` | `77.24x` |
16+
|| [Caliban] | `5,522.84` | `18.19` | `12.15x` |
17+
|| [async-graphql] | `5,347.47` | `18.70` | `11.76x` |
18+
|| [GraphQL JIT] | `1,125.36` | `88.70` | `2.48x` |
19+
|| [Gqlgen] | `1,105.63` | `99.17` | `2.43x` |
20+
|| [Apollo GraphQL] | `882.19` | `113.82` | `1.94x` |
21+
|| [Netflix DGS] | `802.42` | `152.52` | `1.76x` |
22+
|| [Hasura] | `454.64` | `227.14` | `1.00x` |
2323
| 3 | `{ greet }` |
24-
|| [Caliban] | `46,819.20` | `2.07` | `29.16x` |
25-
|| [Tailcall] | `44,749.20` | `2.18` | `27.87x` |
26-
|| [async-graphql] | `25,585.60` | `3.90` | `15.94x` |
27-
|| [Gqlgen] | `25,159.20` | `5.10` | `15.67x` |
28-
|| [GraphQL JIT] | `4,597.25` | `21.71` | `2.86x` |
29-
|| [Apollo GraphQL] | `4,082.86` | `28.16` | `2.54x` |
30-
|| [Netflix DGS] | `4,017.37` | `29.31` | `2.50x` |
31-
|| [Hasura] | `1,605.38` | `62.36` | `1.00x` |
24+
|| [Caliban] | `48,667.40` | `1.99` | `30.96x` |
25+
|| [Tailcall] | `45,502.00` | `2.15` | `28.94x` |
26+
|| [Gqlgen] | `26,173.10` | `4.87` | `16.65x` |
27+
|| [async-graphql] | `26,042.70` | `3.83` | `16.56x` |
28+
|| [GraphQL JIT] | `4,439.47` | `22.47` | `2.82x` |
29+
|| [Netflix DGS] | `4,147.07` | `27.29` | `2.64x` |
30+
|| [Apollo GraphQL] | `3,939.28` | `29.43` | `2.51x` |
31+
|| [Hasura] | `1,572.16` | `65.87` | `1.00x` |
3232

3333
<!-- PERFORMANCE_RESULTS_END -->

0 commit comments

Comments
 (0)