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

Commit af40ce8

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

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] | `20,467.20` | `4.87` | `171.55x` |
55-
|| [GraphQL JIT] | `1,145.38` | `86.76` | `9.60x` |
56-
|| [async-graphql] | `964.38` | `102.95` | `8.08x` |
57-
|| [Caliban] | `714.54` | `142.13` | `5.99x` |
58-
|| [Gqlgen] | `391.89` | `251.32` | `3.28x` |
59-
|| [Netflix DGS] | `183.25` | `526.79` | `1.54x` |
60-
|| [Apollo GraphQL] | `132.22` | `696.84` | `1.11x` |
61-
|| [Hasura] | `119.31` | `785.36` | `1.00x` |
54+
|| [Tailcall] | `20,544.40` | `4.85` | `170.47x` |
55+
|| [GraphQL JIT] | `1,107.93` | `89.77` | `9.19x` |
56+
|| [async-graphql] | `1,008.88` | `98.39` | `8.37x` |
57+
|| [Caliban] | `765.62` | `130.24` | `6.35x` |
58+
|| [Gqlgen] | `384.23` | `256.39` | `3.19x` |
59+
|| [Netflix DGS] | `190.52` | `506.72` | `1.58x` |
60+
|| [Apollo GraphQL] | `133.34` | `691.40` | `1.11x` |
61+
|| [Hasura] | `120.51` | `736.92` | `1.00x` |
6262
| 2 | `{ posts { title }}` |
63-
|| [Tailcall] | `32,153.30` | `3.11` | `71.97x` |
64-
|| [async-graphql] | `5,069.65` | `19.75` | `11.35x` |
65-
|| [Caliban] | `4,767.51` | `21.52` | `10.67x` |
66-
|| [GraphQL JIT] | `1,169.70` | `85.31` | `2.62x` |
67-
|| [Gqlgen] | `1,127.73` | `96.66` | `2.52x` |
68-
|| [Apollo GraphQL] | `900.54` | `111.44` | `2.02x` |
69-
|| [Netflix DGS] | `798.93` | `125.81` | `1.79x` |
70-
|| [Hasura] | `446.79` | `235.57` | `1.00x` |
63+
|| [Tailcall] | `32,700.50` | `3.05` | `74.06x` |
64+
|| [async-graphql] | `5,163.62` | `19.43` | `11.70x` |
65+
|| [Caliban] | `4,797.80` | `21.36` | `10.87x` |
66+
|| [GraphQL JIT] | `1,132.02` | `88.16` | `2.56x` |
67+
|| [Gqlgen] | `1,107.49` | `98.86` | `2.51x` |
68+
|| [Apollo GraphQL] | `894.83` | `112.06` | `2.03x` |
69+
|| [Netflix DGS] | `820.38` | `122.48` | `1.86x` |
70+
|| [Hasura] | `441.51` | `229.88` | `1.00x` |
7171
| 3 | `{ greet }` |
72-
|| [Tailcall] | `39,132.60` | `2.56` | `27.36x` |
73-
|| [Caliban] | `32,806.60` | `3.07` | `22.94x` |
74-
|| [Gqlgen] | `24,367.30` | `8.84` | `17.04x` |
75-
|| [async-graphql] | `23,468.60` | `4.30` | `16.41x` |
76-
|| [GraphQL JIT] | `4,623.86` | `21.58` | `3.23x` |
77-
|| [Apollo GraphQL] | `4,097.63` | `26.73` | `2.87x` |
78-
|| [Netflix DGS] | `4,095.63` | `28.43` | `2.86x` |
79-
|| [Hasura] | `1,430.22` | `70.89` | `1.00x` |
72+
|| [Tailcall] | `38,649.10` | `2.58` | `22.59x` |
73+
|| [Caliban] | `33,650.00` | `2.98` | `19.66x` |
74+
|| [Gqlgen] | `23,870.70` | `9.35` | `13.95x` |
75+
|| [async-graphql] | `23,703.50` | `4.26` | `13.85x` |
76+
|| [GraphQL JIT] | `4,460.01` | `22.37` | `2.61x` |
77+
|| [Netflix DGS] | `4,240.90` | `28.06` | `2.48x` |
78+
|| [Apollo GraphQL] | `4,084.51` | `27.57` | `2.39x` |
79+
|| [Hasura] | `1,711.27` | `67.64` | `1.00x` |
8080

8181
<!-- PERFORMANCE_RESULTS_END -->
8282

assets/latency_histogram1.png

-686 Bytes
Loading

assets/latency_histogram2.png

-3 Bytes
Loading

assets/latency_histogram3.png

-26 Bytes
Loading

assets/req_sec_histogram1.png

-2 Bytes
Loading

assets/req_sec_histogram2.png

-26 Bytes
Loading

assets/req_sec_histogram3.png

-53 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] | `20,467.20` | `4.87` | `171.55x` |
7-
|| [GraphQL JIT] | `1,145.38` | `86.76` | `9.60x` |
8-
|| [async-graphql] | `964.38` | `102.95` | `8.08x` |
9-
|| [Caliban] | `714.54` | `142.13` | `5.99x` |
10-
|| [Gqlgen] | `391.89` | `251.32` | `3.28x` |
11-
|| [Netflix DGS] | `183.25` | `526.79` | `1.54x` |
12-
|| [Apollo GraphQL] | `132.22` | `696.84` | `1.11x` |
13-
|| [Hasura] | `119.31` | `785.36` | `1.00x` |
6+
|| [Tailcall] | `20,544.40` | `4.85` | `170.47x` |
7+
|| [GraphQL JIT] | `1,107.93` | `89.77` | `9.19x` |
8+
|| [async-graphql] | `1,008.88` | `98.39` | `8.37x` |
9+
|| [Caliban] | `765.62` | `130.24` | `6.35x` |
10+
|| [Gqlgen] | `384.23` | `256.39` | `3.19x` |
11+
|| [Netflix DGS] | `190.52` | `506.72` | `1.58x` |
12+
|| [Apollo GraphQL] | `133.34` | `691.40` | `1.11x` |
13+
|| [Hasura] | `120.51` | `736.92` | `1.00x` |
1414
| 2 | `{ posts { title }}` |
15-
|| [Tailcall] | `32,153.30` | `3.11` | `71.97x` |
16-
|| [async-graphql] | `5,069.65` | `19.75` | `11.35x` |
17-
|| [Caliban] | `4,767.51` | `21.52` | `10.67x` |
18-
|| [GraphQL JIT] | `1,169.70` | `85.31` | `2.62x` |
19-
|| [Gqlgen] | `1,127.73` | `96.66` | `2.52x` |
20-
|| [Apollo GraphQL] | `900.54` | `111.44` | `2.02x` |
21-
|| [Netflix DGS] | `798.93` | `125.81` | `1.79x` |
22-
|| [Hasura] | `446.79` | `235.57` | `1.00x` |
15+
|| [Tailcall] | `32,700.50` | `3.05` | `74.06x` |
16+
|| [async-graphql] | `5,163.62` | `19.43` | `11.70x` |
17+
|| [Caliban] | `4,797.80` | `21.36` | `10.87x` |
18+
|| [GraphQL JIT] | `1,132.02` | `88.16` | `2.56x` |
19+
|| [Gqlgen] | `1,107.49` | `98.86` | `2.51x` |
20+
|| [Apollo GraphQL] | `894.83` | `112.06` | `2.03x` |
21+
|| [Netflix DGS] | `820.38` | `122.48` | `1.86x` |
22+
|| [Hasura] | `441.51` | `229.88` | `1.00x` |
2323
| 3 | `{ greet }` |
24-
|| [Tailcall] | `39,132.60` | `2.56` | `27.36x` |
25-
|| [Caliban] | `32,806.60` | `3.07` | `22.94x` |
26-
|| [Gqlgen] | `24,367.30` | `8.84` | `17.04x` |
27-
|| [async-graphql] | `23,468.60` | `4.30` | `16.41x` |
28-
|| [GraphQL JIT] | `4,623.86` | `21.58` | `3.23x` |
29-
|| [Apollo GraphQL] | `4,097.63` | `26.73` | `2.87x` |
30-
|| [Netflix DGS] | `4,095.63` | `28.43` | `2.86x` |
31-
|| [Hasura] | `1,430.22` | `70.89` | `1.00x` |
24+
|| [Tailcall] | `38,649.10` | `2.58` | `22.59x` |
25+
|| [Caliban] | `33,650.00` | `2.98` | `19.66x` |
26+
|| [Gqlgen] | `23,870.70` | `9.35` | `13.95x` |
27+
|| [async-graphql] | `23,703.50` | `4.26` | `13.85x` |
28+
|| [GraphQL JIT] | `4,460.01` | `22.37` | `2.61x` |
29+
|| [Netflix DGS] | `4,240.90` | `28.06` | `2.48x` |
30+
|| [Apollo GraphQL] | `4,084.51` | `27.57` | `2.39x` |
31+
|| [Hasura] | `1,711.27` | `67.64` | `1.00x` |
3232

3333
<!-- PERFORMANCE_RESULTS_END -->

0 commit comments

Comments
 (0)