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

Commit 83f0152

Browse files
actions-usergithub-actions[bot]
authored andcommitted
Update performance results in README.md
1 parent 9227d6d commit 83f0152

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] | `29,267.60` | `3.40` | `267.10x` |
55-
|| [async-graphql] | `1,740.18` | `57.69` | `15.88x` |
56-
|| [Caliban] | `1,569.42` | `63.36` | `14.32x` |
57-
|| [GraphQL JIT] | `1,336.41` | `74.51` | `12.20x` |
58-
|| [Gqlgen] | `747.49` | `132.68` | `6.82x` |
59-
|| [Netflix DGS] | `352.99` | `194.51` | `3.22x` |
60-
|| [Apollo GraphQL] | `266.96` | `368.47` | `2.44x` |
61-
|| [Hasura] | `109.58` | `549.59` | `1.00x` |
54+
|| [Tailcall] | `28,320.00` | `3.52` | `175.34x` |
55+
|| [async-graphql] | `1,784.61` | `57.51` | `11.05x` |
56+
|| [Caliban] | `1,523.52` | `65.29` | `9.43x` |
57+
|| [GraphQL JIT] | `1,311.50` | `75.93` | `8.12x` |
58+
|| [Gqlgen] | `744.41` | `133.27` | `4.61x` |
59+
|| [Netflix DGS] | `354.53` | `192.91` | `2.20x` |
60+
|| [Apollo GraphQL] | `264.73` | `370.46` | `1.64x` |
61+
|| [Hasura] | `161.51` | `496.54` | `1.00x` |
6262
| 2 | `{ posts { title }}` |
63-
|| [Tailcall] | `58,892.60` | `1.69` | `67.80x` |
64-
|| [Caliban] | `9,095.25` | `11.36` | `10.47x` |
65-
|| [async-graphql] | `9,013.56` | `11.22` | `10.38x` |
66-
|| [Gqlgen] | `2,150.46` | `48.27` | `2.48x` |
67-
|| [Apollo GraphQL] | `1,790.51` | `55.78` | `2.06x` |
68-
|| [Netflix DGS] | `1,577.33` | `70.02` | `1.82x` |
69-
|| [GraphQL JIT] | `1,355.90` | `73.65` | `1.56x` |
70-
|| [Hasura] | `868.64` | `114.88` | `1.00x` |
63+
|| [Tailcall] | `58,223.00` | `1.71` | `68.82x` |
64+
|| [Caliban] | `9,102.02` | `11.33` | `10.76x` |
65+
|| [async-graphql] | `9,042.00` | `11.20` | `10.69x` |
66+
|| [Gqlgen] | `2,136.74` | `48.34` | `2.53x` |
67+
|| [Apollo GraphQL] | `1,742.58` | `57.30` | `2.06x` |
68+
|| [Netflix DGS] | `1,584.25` | `69.49` | `1.87x` |
69+
|| [GraphQL JIT] | `1,337.30` | `74.68` | `1.58x` |
70+
|| [Hasura] | `845.98` | `117.95` | `1.00x` |
7171
| 3 | `{ greet }` |
72-
|| [Caliban] | `67,030.40` | `1.08` | `25.98x` |
73-
|| [Tailcall] | `58,359.30` | `1.73` | `22.61x` |
74-
|| [async-graphql] | `47,894.60` | `2.12` | `18.56x` |
75-
|| [Gqlgen] | `47,153.70` | `5.18` | `18.27x` |
76-
|| [Netflix DGS] | `8,188.33` | `15.04` | `3.17x` |
77-
|| [Apollo GraphQL] | `8,021.30` | `12.65` | `3.11x` |
78-
|| [GraphQL JIT] | `5,168.90` | `19.32` | `2.00x` |
79-
|| [Hasura] | `2,580.56` | `38.79` | `1.00x` |
72+
|| [Caliban] | `66,940.20` | `1.09` | `26.59x` |
73+
|| [Tailcall] | `59,316.40` | `1.70` | `23.56x` |
74+
|| [async-graphql] | `47,630.90` | `2.14` | `18.92x` |
75+
|| [Gqlgen] | `46,908.30` | `5.23` | `18.63x` |
76+
|| [Netflix DGS] | `8,151.83` | `15.19` | `3.24x` |
77+
|| [Apollo GraphQL] | `7,931.63` | `12.75` | `3.15x` |
78+
|| [GraphQL JIT] | `5,147.67` | `19.40` | `2.04x` |
79+
|| [Hasura] | `2,517.36` | `39.64` | `1.00x` |
8080

8181
<!-- PERFORMANCE_RESULTS_END -->
8282

assets/latency_histogram1.png

-573 Bytes
Loading

assets/latency_histogram2.png

575 Bytes
Loading

assets/latency_histogram3.png

13 Bytes
Loading

assets/req_sec_histogram1.png

-668 Bytes
Loading

assets/req_sec_histogram2.png

-425 Bytes
Loading

assets/req_sec_histogram3.png

-31 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] | `29,267.60` | `3.40` | `267.10x` |
7-
|| [async-graphql] | `1,740.18` | `57.69` | `15.88x` |
8-
|| [Caliban] | `1,569.42` | `63.36` | `14.32x` |
9-
|| [GraphQL JIT] | `1,336.41` | `74.51` | `12.20x` |
10-
|| [Gqlgen] | `747.49` | `132.68` | `6.82x` |
11-
|| [Netflix DGS] | `352.99` | `194.51` | `3.22x` |
12-
|| [Apollo GraphQL] | `266.96` | `368.47` | `2.44x` |
13-
|| [Hasura] | `109.58` | `549.59` | `1.00x` |
6+
|| [Tailcall] | `28,320.00` | `3.52` | `175.34x` |
7+
|| [async-graphql] | `1,784.61` | `57.51` | `11.05x` |
8+
|| [Caliban] | `1,523.52` | `65.29` | `9.43x` |
9+
|| [GraphQL JIT] | `1,311.50` | `75.93` | `8.12x` |
10+
|| [Gqlgen] | `744.41` | `133.27` | `4.61x` |
11+
|| [Netflix DGS] | `354.53` | `192.91` | `2.20x` |
12+
|| [Apollo GraphQL] | `264.73` | `370.46` | `1.64x` |
13+
|| [Hasura] | `161.51` | `496.54` | `1.00x` |
1414
| 2 | `{ posts { title }}` |
15-
|| [Tailcall] | `58,892.60` | `1.69` | `67.80x` |
16-
|| [Caliban] | `9,095.25` | `11.36` | `10.47x` |
17-
|| [async-graphql] | `9,013.56` | `11.22` | `10.38x` |
18-
|| [Gqlgen] | `2,150.46` | `48.27` | `2.48x` |
19-
|| [Apollo GraphQL] | `1,790.51` | `55.78` | `2.06x` |
20-
|| [Netflix DGS] | `1,577.33` | `70.02` | `1.82x` |
21-
|| [GraphQL JIT] | `1,355.90` | `73.65` | `1.56x` |
22-
|| [Hasura] | `868.64` | `114.88` | `1.00x` |
15+
|| [Tailcall] | `58,223.00` | `1.71` | `68.82x` |
16+
|| [Caliban] | `9,102.02` | `11.33` | `10.76x` |
17+
|| [async-graphql] | `9,042.00` | `11.20` | `10.69x` |
18+
|| [Gqlgen] | `2,136.74` | `48.34` | `2.53x` |
19+
|| [Apollo GraphQL] | `1,742.58` | `57.30` | `2.06x` |
20+
|| [Netflix DGS] | `1,584.25` | `69.49` | `1.87x` |
21+
|| [GraphQL JIT] | `1,337.30` | `74.68` | `1.58x` |
22+
|| [Hasura] | `845.98` | `117.95` | `1.00x` |
2323
| 3 | `{ greet }` |
24-
|| [Caliban] | `67,030.40` | `1.08` | `25.98x` |
25-
|| [Tailcall] | `58,359.30` | `1.73` | `22.61x` |
26-
|| [async-graphql] | `47,894.60` | `2.12` | `18.56x` |
27-
|| [Gqlgen] | `47,153.70` | `5.18` | `18.27x` |
28-
|| [Netflix DGS] | `8,188.33` | `15.04` | `3.17x` |
29-
|| [Apollo GraphQL] | `8,021.30` | `12.65` | `3.11x` |
30-
|| [GraphQL JIT] | `5,168.90` | `19.32` | `2.00x` |
31-
|| [Hasura] | `2,580.56` | `38.79` | `1.00x` |
24+
|| [Caliban] | `66,940.20` | `1.09` | `26.59x` |
25+
|| [Tailcall] | `59,316.40` | `1.70` | `23.56x` |
26+
|| [async-graphql] | `47,630.90` | `2.14` | `18.92x` |
27+
|| [Gqlgen] | `46,908.30` | `5.23` | `18.63x` |
28+
|| [Netflix DGS] | `8,151.83` | `15.19` | `3.24x` |
29+
|| [Apollo GraphQL] | `7,931.63` | `12.75` | `3.15x` |
30+
|| [GraphQL JIT] | `5,147.67` | `19.40` | `2.04x` |
31+
|| [Hasura] | `2,517.36` | `39.64` | `1.00x` |
3232

3333
<!-- PERFORMANCE_RESULTS_END -->

0 commit comments

Comments
 (0)