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

Commit 609f70e

Browse files
actions-usergithub-actions[bot]
authored andcommitted
[ci skip] update performance results in README.md
1 parent 502ec5c commit 609f70e

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] | `21,672.60` | `4.60` | `183.55x` |
55-
|| [GraphQL JIT] | `1,168.97` | `85.08` | `9.90x` |
56-
|| [async-graphql] | `952.16` | `104.18` | `8.06x` |
57-
|| [Caliban] | `766.28` | `131.15` | `6.49x` |
58-
|| [Gqlgen] | `401.89` | `245.30` | `3.40x` |
59-
|| [Netflix DGS] | `193.05` | `501.16` | `1.64x` |
60-
|| [Apollo GraphQL] | `134.28` | `686.16` | `1.14x` |
61-
|| [Hasura] | `118.07` | `737.03` | `1.00x` |
54+
|| [Tailcall] | `20,044.80` | `4.98` | `175.91x` |
55+
|| [GraphQL JIT] | `1,080.03` | `92.09` | `9.48x` |
56+
|| [async-graphql] | `889.90` | `111.51` | `7.81x` |
57+
|| [Caliban] | `781.34` | `127.87` | `6.86x` |
58+
|| [Gqlgen] | `394.68` | `249.89` | `3.46x` |
59+
|| [Netflix DGS] | `188.58` | `512.74` | `1.65x` |
60+
|| [Apollo GraphQL] | `132.83` | `692.03` | `1.17x` |
61+
|| [Hasura] | `113.95` | `784.14` | `1.00x` |
6262
| 2 | `{ posts { title }}` |
63-
|| [Tailcall] | `33,284.20` | `3.00` | `76.81x` |
64-
|| [async-graphql] | `4,844.77` | `20.66` | `11.18x` |
65-
|| [Caliban] | `4,791.53` | `21.41` | `11.06x` |
66-
|| [Gqlgen] | `1,139.20` | `95.96` | `2.63x` |
67-
|| [GraphQL JIT] | `1,131.68` | `88.19` | `2.61x` |
68-
|| [Apollo GraphQL] | `913.43` | `109.94` | `2.11x` |
69-
|| [Netflix DGS] | `819.57` | `123.02` | `1.89x` |
70-
|| [Hasura] | `433.33` | `245.01` | `1.00x` |
63+
|| [Tailcall] | `30,459.10` | `3.28` | `65.94x` |
64+
|| [async-graphql] | `4,849.68` | `20.64` | `10.50x` |
65+
|| [Caliban] | `4,833.08` | `21.26` | `10.46x` |
66+
|| [Gqlgen] | `1,120.72` | `97.70` | `2.43x` |
67+
|| [GraphQL JIT] | `1,113.88` | `89.60` | `2.41x` |
68+
|| [Apollo GraphQL] | `904.14` | `110.99` | `1.96x` |
69+
|| [Netflix DGS] | `809.67` | `123.91` | `1.75x` |
70+
|| [Hasura] | `461.93` | `219.15` | `1.00x` |
7171
| 3 | `{ greet }` |
72-
|| [Tailcall] | `40,311.00` | `2.49` | `26.29x` |
73-
|| [Caliban] | `32,887.70` | `3.03` | `21.45x` |
74-
|| [Gqlgen] | `24,472.30` | `9.60` | `15.96x` |
75-
|| [async-graphql] | `22,865.90` | `4.44` | `14.91x` |
76-
|| [GraphQL JIT] | `4,769.44` | `20.92` | `3.11x` |
77-
|| [Netflix DGS] | `4,254.87` | `27.63` | `2.77x` |
78-
|| [Apollo GraphQL] | `4,143.18` | `27.77` | `2.70x` |
79-
|| [Hasura] | `1,533.29` | `64.94` | `1.00x` |
72+
|| [Tailcall] | `37,472.70` | `2.68` | `24.44x` |
73+
|| [Caliban] | `33,326.20` | `2.99` | `21.74x` |
74+
|| [Gqlgen] | `24,091.20` | `8.74` | `15.71x` |
75+
|| [async-graphql] | `23,170.00` | `4.33` | `15.11x` |
76+
|| [GraphQL JIT] | `4,475.19` | `22.28` | `2.92x` |
77+
|| [Netflix DGS] | `4,182.63` | `28.20` | `2.73x` |
78+
|| [Apollo GraphQL] | `4,102.58` | `27.37` | `2.68x` |
79+
|| [Hasura] | `1,533.13` | `65.56` | `1.00x` |
8080

8181
<!-- PERFORMANCE_RESULTS_END -->
8282

assets/latency_histogram1.png

654 Bytes
Loading

assets/latency_histogram2.png

-5 Bytes
Loading

assets/latency_histogram3.png

-4 Bytes
Loading

assets/req_sec_histogram1.png

-730 Bytes
Loading

assets/req_sec_histogram2.png

-15 Bytes
Loading

assets/req_sec_histogram3.png

7 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] | `21,672.60` | `4.60` | `183.55x` |
7-
|| [GraphQL JIT] | `1,168.97` | `85.08` | `9.90x` |
8-
|| [async-graphql] | `952.16` | `104.18` | `8.06x` |
9-
|| [Caliban] | `766.28` | `131.15` | `6.49x` |
10-
|| [Gqlgen] | `401.89` | `245.30` | `3.40x` |
11-
|| [Netflix DGS] | `193.05` | `501.16` | `1.64x` |
12-
|| [Apollo GraphQL] | `134.28` | `686.16` | `1.14x` |
13-
|| [Hasura] | `118.07` | `737.03` | `1.00x` |
6+
|| [Tailcall] | `20,044.80` | `4.98` | `175.91x` |
7+
|| [GraphQL JIT] | `1,080.03` | `92.09` | `9.48x` |
8+
|| [async-graphql] | `889.90` | `111.51` | `7.81x` |
9+
|| [Caliban] | `781.34` | `127.87` | `6.86x` |
10+
|| [Gqlgen] | `394.68` | `249.89` | `3.46x` |
11+
|| [Netflix DGS] | `188.58` | `512.74` | `1.65x` |
12+
|| [Apollo GraphQL] | `132.83` | `692.03` | `1.17x` |
13+
|| [Hasura] | `113.95` | `784.14` | `1.00x` |
1414
| 2 | `{ posts { title }}` |
15-
|| [Tailcall] | `33,284.20` | `3.00` | `76.81x` |
16-
|| [async-graphql] | `4,844.77` | `20.66` | `11.18x` |
17-
|| [Caliban] | `4,791.53` | `21.41` | `11.06x` |
18-
|| [Gqlgen] | `1,139.20` | `95.96` | `2.63x` |
19-
|| [GraphQL JIT] | `1,131.68` | `88.19` | `2.61x` |
20-
|| [Apollo GraphQL] | `913.43` | `109.94` | `2.11x` |
21-
|| [Netflix DGS] | `819.57` | `123.02` | `1.89x` |
22-
|| [Hasura] | `433.33` | `245.01` | `1.00x` |
15+
|| [Tailcall] | `30,459.10` | `3.28` | `65.94x` |
16+
|| [async-graphql] | `4,849.68` | `20.64` | `10.50x` |
17+
|| [Caliban] | `4,833.08` | `21.26` | `10.46x` |
18+
|| [Gqlgen] | `1,120.72` | `97.70` | `2.43x` |
19+
|| [GraphQL JIT] | `1,113.88` | `89.60` | `2.41x` |
20+
|| [Apollo GraphQL] | `904.14` | `110.99` | `1.96x` |
21+
|| [Netflix DGS] | `809.67` | `123.91` | `1.75x` |
22+
|| [Hasura] | `461.93` | `219.15` | `1.00x` |
2323
| 3 | `{ greet }` |
24-
|| [Tailcall] | `40,311.00` | `2.49` | `26.29x` |
25-
|| [Caliban] | `32,887.70` | `3.03` | `21.45x` |
26-
|| [Gqlgen] | `24,472.30` | `9.60` | `15.96x` |
27-
|| [async-graphql] | `22,865.90` | `4.44` | `14.91x` |
28-
|| [GraphQL JIT] | `4,769.44` | `20.92` | `3.11x` |
29-
|| [Netflix DGS] | `4,254.87` | `27.63` | `2.77x` |
30-
|| [Apollo GraphQL] | `4,143.18` | `27.77` | `2.70x` |
31-
|| [Hasura] | `1,533.29` | `64.94` | `1.00x` |
24+
|| [Tailcall] | `37,472.70` | `2.68` | `24.44x` |
25+
|| [Caliban] | `33,326.20` | `2.99` | `21.74x` |
26+
|| [Gqlgen] | `24,091.20` | `8.74` | `15.71x` |
27+
|| [async-graphql] | `23,170.00` | `4.33` | `15.11x` |
28+
|| [GraphQL JIT] | `4,475.19` | `22.28` | `2.92x` |
29+
|| [Netflix DGS] | `4,182.63` | `28.20` | `2.73x` |
30+
|| [Apollo GraphQL] | `4,102.58` | `27.37` | `2.68x` |
31+
|| [Hasura] | `1,533.13` | `65.56` | `1.00x` |
3232

3333
<!-- PERFORMANCE_RESULTS_END -->

0 commit comments

Comments
 (0)