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

Commit 8072f63

Browse files
actions-usergithub-actions[bot]
authored andcommitted
[ci skip] update performance results in README.md
1 parent 497f97f commit 8072f63

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,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` |
54+
|| [Tailcall] | `21,010.60` | `4.75` | `176.88x` |
55+
|| [GraphQL JIT] | `1,160.88` | `85.62` | `9.77x` |
56+
|| [async-graphql] | `963.82` | `103.00` | `8.11x` |
57+
|| [Caliban] | `756.51` | `132.50` | `6.37x` |
58+
|| [Gqlgen] | `380.38` | `259.20` | `3.20x` |
59+
|| [Netflix DGS] | `191.50` | `506.21` | `1.61x` |
60+
|| [Apollo GraphQL] | `134.45` | `687.84` | `1.13x` |
61+
|| [Hasura] | `118.78` | `794.72` | `1.00x` |
6262
| 2 | `{ posts { title }}` |
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` |
63+
|| [Tailcall] | `33,059.80` | `3.02` | `70.75x` |
64+
|| [async-graphql] | `4,991.39` | `20.05` | `10.68x` |
65+
|| [Caliban] | `4,951.10` | `20.63` | `10.60x` |
66+
|| [GraphQL JIT] | `1,200.34` | `83.13` | `2.57x` |
67+
|| [Gqlgen] | `1,072.84` | `102.35` | `2.30x` |
68+
|| [Apollo GraphQL] | `917.33` | `109.27` | `1.96x` |
69+
|| [Netflix DGS] | `813.59` | `123.61` | `1.74x` |
70+
|| [Hasura] | `467.28` | `216.98` | `1.00x` |
7171
| 3 | `{ greet }` |
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` |
72+
|| [Tailcall] | `38,969.00` | `2.57` | `25.63x` |
73+
|| [Caliban] | `33,675.10` | `2.99` | `22.15x` |
74+
|| [async-graphql] | `23,293.30` | `4.30` | `15.32x` |
75+
|| [Gqlgen] | `23,157.70` | `9.57` | `15.23x` |
76+
|| [GraphQL JIT] | `4,706.94` | `21.20` | `3.10x` |
77+
|| [Netflix DGS] | `4,197.17` | `28.60` | `2.76x` |
78+
|| [Apollo GraphQL] | `4,151.06` | `27.01` | `2.73x` |
79+
|| [Hasura] | `1,520.66` | `65.83` | `1.00x` |
8080

8181
<!-- PERFORMANCE_RESULTS_END -->
8282

assets/latency_histogram1.png

669 Bytes
Loading

assets/latency_histogram2.png

36 Bytes
Loading

assets/latency_histogram3.png

-576 Bytes
Loading

assets/req_sec_histogram1.png

776 Bytes
Loading

assets/req_sec_histogram2.png

-38 Bytes
Loading

assets/req_sec_histogram3.png

64 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,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` |
6+
|| [Tailcall] | `21,010.60` | `4.75` | `176.88x` |
7+
|| [GraphQL JIT] | `1,160.88` | `85.62` | `9.77x` |
8+
|| [async-graphql] | `963.82` | `103.00` | `8.11x` |
9+
|| [Caliban] | `756.51` | `132.50` | `6.37x` |
10+
|| [Gqlgen] | `380.38` | `259.20` | `3.20x` |
11+
|| [Netflix DGS] | `191.50` | `506.21` | `1.61x` |
12+
|| [Apollo GraphQL] | `134.45` | `687.84` | `1.13x` |
13+
|| [Hasura] | `118.78` | `794.72` | `1.00x` |
1414
| 2 | `{ posts { title }}` |
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` |
15+
|| [Tailcall] | `33,059.80` | `3.02` | `70.75x` |
16+
|| [async-graphql] | `4,991.39` | `20.05` | `10.68x` |
17+
|| [Caliban] | `4,951.10` | `20.63` | `10.60x` |
18+
|| [GraphQL JIT] | `1,200.34` | `83.13` | `2.57x` |
19+
|| [Gqlgen] | `1,072.84` | `102.35` | `2.30x` |
20+
|| [Apollo GraphQL] | `917.33` | `109.27` | `1.96x` |
21+
|| [Netflix DGS] | `813.59` | `123.61` | `1.74x` |
22+
|| [Hasura] | `467.28` | `216.98` | `1.00x` |
2323
| 3 | `{ greet }` |
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` |
24+
|| [Tailcall] | `38,969.00` | `2.57` | `25.63x` |
25+
|| [Caliban] | `33,675.10` | `2.99` | `22.15x` |
26+
|| [async-graphql] | `23,293.30` | `4.30` | `15.32x` |
27+
|| [Gqlgen] | `23,157.70` | `9.57` | `15.23x` |
28+
|| [GraphQL JIT] | `4,706.94` | `21.20` | `3.10x` |
29+
|| [Netflix DGS] | `4,197.17` | `28.60` | `2.76x` |
30+
|| [Apollo GraphQL] | `4,151.06` | `27.01` | `2.73x` |
31+
|| [Hasura] | `1,520.66` | `65.83` | `1.00x` |
3232

3333
<!-- PERFORMANCE_RESULTS_END -->

0 commit comments

Comments
 (0)