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

Commit b5f7c8f

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

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,556.30` | `4.62` | `192.55x` |
55-
|| [GraphQL JIT] | `1,127.47` | `88.23` | `10.07x` |
56-
|| [async-graphql] | `1,000.01` | `99.30` | `8.93x` |
57-
|| [Caliban] | `738.71` | `135.74` | `6.60x` |
58-
|| [Gqlgen] | `353.49` | `278.71` | `3.16x` |
59-
|| [Netflix DGS] | `187.01` | `516.96` | `1.67x` |
60-
|| [Apollo GraphQL] | `131.41` | `697.53` | `1.17x` |
61-
|| [Hasura] | `111.95` | `768.03` | `1.00x` |
54+
|| [Tailcall] | `21,941.80` | `4.54` | `192.59x` |
55+
|| [GraphQL JIT] | `1,144.08` | `86.92` | `10.04x` |
56+
|| [async-graphql] | `971.32` | `102.17` | `8.53x` |
57+
|| [Caliban] | `759.85` | `132.01` | `6.67x` |
58+
|| [Gqlgen] | `381.55` | `258.10` | `3.35x` |
59+
|| [Netflix DGS] | `184.39` | `523.13` | `1.62x` |
60+
|| [Apollo GraphQL] | `132.62` | `692.39` | `1.16x` |
61+
|| [Hasura] | `113.93` | `793.40` | `1.00x` |
6262
| 2 | `{ posts { title }}` |
63-
|| [Tailcall] | `33,271.00` | `3.00` | `82.13x` |
64-
|| [async-graphql] | `5,165.79` | `19.38` | `12.75x` |
65-
|| [Caliban] | `4,957.68` | `20.60` | `12.24x` |
66-
|| [GraphQL JIT] | `1,158.25` | `86.17` | `2.86x` |
67-
|| [Gqlgen] | `1,035.00` | `106.24` | `2.55x` |
68-
|| [Apollo GraphQL] | `897.77` | `111.78` | `2.22x` |
69-
|| [Netflix DGS] | `805.57` | `124.93` | `1.99x` |
70-
|| [Hasura] | `405.11` | `256.87` | `1.00x` |
63+
|| [Tailcall] | `33,248.50` | `3.01` | `80.98x` |
64+
|| [async-graphql] | `4,970.74` | `20.14` | `12.11x` |
65+
|| [Caliban] | `4,857.95` | `21.09` | `11.83x` |
66+
|| [GraphQL JIT] | `1,174.58` | `84.97` | `2.86x` |
67+
|| [Gqlgen] | `1,126.34` | `97.67` | `2.74x` |
68+
|| [Apollo GraphQL] | `894.26` | `112.23` | `2.18x` |
69+
|| [Netflix DGS] | `790.40` | `127.56` | `1.93x` |
70+
|| [Hasura] | `410.57` | `245.72` | `1.00x` |
7171
| 3 | `{ greet }` |
72-
|| [Tailcall] | `40,723.40` | `2.46` | `28.35x` |
73-
|| [Caliban] | `33,626.60` | `2.98` | `23.41x` |
74-
|| [async-graphql] | `23,977.80` | `4.18` | `16.69x` |
75-
|| [Gqlgen] | `22,873.00` | `8.58` | `15.92x` |
76-
|| [GraphQL JIT] | `4,586.00` | `21.75` | `3.19x` |
77-
|| [Netflix DGS] | `4,201.63` | `28.17` | `2.92x` |
78-
|| [Apollo GraphQL] | `4,060.00` | `27.79` | `2.83x` |
79-
|| [Hasura] | `1,436.62` | `70.27` | `1.00x` |
72+
|| [Tailcall] | `40,563.50` | `2.47` | `26.38x` |
73+
|| [Caliban] | `33,854.40` | `2.96` | `22.02x` |
74+
|| [Gqlgen] | `24,627.40` | `10.40` | `16.02x` |
75+
|| [async-graphql] | `23,179.90` | `4.35` | `15.07x` |
76+
|| [GraphQL JIT] | `4,657.61` | `21.43` | `3.03x` |
77+
|| [Netflix DGS] | `4,128.29` | `28.76` | `2.68x` |
78+
|| [Apollo GraphQL] | `4,104.05` | `26.95` | `2.67x` |
79+
|| [Hasura] | `1,537.77` | `64.86` | `1.00x` |
8080

8181
<!-- PERFORMANCE_RESULTS_END -->
8282

assets/latency_histogram1.png

36 Bytes
Loading

assets/latency_histogram2.png

-710 Bytes
Loading

assets/latency_histogram3.png

-576 Bytes
Loading

assets/req_sec_histogram1.png

10 Bytes
Loading

assets/req_sec_histogram2.png

4 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,556.30` | `4.62` | `192.55x` |
7-
|| [GraphQL JIT] | `1,127.47` | `88.23` | `10.07x` |
8-
|| [async-graphql] | `1,000.01` | `99.30` | `8.93x` |
9-
|| [Caliban] | `738.71` | `135.74` | `6.60x` |
10-
|| [Gqlgen] | `353.49` | `278.71` | `3.16x` |
11-
|| [Netflix DGS] | `187.01` | `516.96` | `1.67x` |
12-
|| [Apollo GraphQL] | `131.41` | `697.53` | `1.17x` |
13-
|| [Hasura] | `111.95` | `768.03` | `1.00x` |
6+
|| [Tailcall] | `21,941.80` | `4.54` | `192.59x` |
7+
|| [GraphQL JIT] | `1,144.08` | `86.92` | `10.04x` |
8+
|| [async-graphql] | `971.32` | `102.17` | `8.53x` |
9+
|| [Caliban] | `759.85` | `132.01` | `6.67x` |
10+
|| [Gqlgen] | `381.55` | `258.10` | `3.35x` |
11+
|| [Netflix DGS] | `184.39` | `523.13` | `1.62x` |
12+
|| [Apollo GraphQL] | `132.62` | `692.39` | `1.16x` |
13+
|| [Hasura] | `113.93` | `793.40` | `1.00x` |
1414
| 2 | `{ posts { title }}` |
15-
|| [Tailcall] | `33,271.00` | `3.00` | `82.13x` |
16-
|| [async-graphql] | `5,165.79` | `19.38` | `12.75x` |
17-
|| [Caliban] | `4,957.68` | `20.60` | `12.24x` |
18-
|| [GraphQL JIT] | `1,158.25` | `86.17` | `2.86x` |
19-
|| [Gqlgen] | `1,035.00` | `106.24` | `2.55x` |
20-
|| [Apollo GraphQL] | `897.77` | `111.78` | `2.22x` |
21-
|| [Netflix DGS] | `805.57` | `124.93` | `1.99x` |
22-
|| [Hasura] | `405.11` | `256.87` | `1.00x` |
15+
|| [Tailcall] | `33,248.50` | `3.01` | `80.98x` |
16+
|| [async-graphql] | `4,970.74` | `20.14` | `12.11x` |
17+
|| [Caliban] | `4,857.95` | `21.09` | `11.83x` |
18+
|| [GraphQL JIT] | `1,174.58` | `84.97` | `2.86x` |
19+
|| [Gqlgen] | `1,126.34` | `97.67` | `2.74x` |
20+
|| [Apollo GraphQL] | `894.26` | `112.23` | `2.18x` |
21+
|| [Netflix DGS] | `790.40` | `127.56` | `1.93x` |
22+
|| [Hasura] | `410.57` | `245.72` | `1.00x` |
2323
| 3 | `{ greet }` |
24-
|| [Tailcall] | `40,723.40` | `2.46` | `28.35x` |
25-
|| [Caliban] | `33,626.60` | `2.98` | `23.41x` |
26-
|| [async-graphql] | `23,977.80` | `4.18` | `16.69x` |
27-
|| [Gqlgen] | `22,873.00` | `8.58` | `15.92x` |
28-
|| [GraphQL JIT] | `4,586.00` | `21.75` | `3.19x` |
29-
|| [Netflix DGS] | `4,201.63` | `28.17` | `2.92x` |
30-
|| [Apollo GraphQL] | `4,060.00` | `27.79` | `2.83x` |
31-
|| [Hasura] | `1,436.62` | `70.27` | `1.00x` |
24+
|| [Tailcall] | `40,563.50` | `2.47` | `26.38x` |
25+
|| [Caliban] | `33,854.40` | `2.96` | `22.02x` |
26+
|| [Gqlgen] | `24,627.40` | `10.40` | `16.02x` |
27+
|| [async-graphql] | `23,179.90` | `4.35` | `15.07x` |
28+
|| [GraphQL JIT] | `4,657.61` | `21.43` | `3.03x` |
29+
|| [Netflix DGS] | `4,128.29` | `28.76` | `2.68x` |
30+
|| [Apollo GraphQL] | `4,104.05` | `26.95` | `2.67x` |
31+
|| [Hasura] | `1,537.77` | `64.86` | `1.00x` |
3232

3333
<!-- PERFORMANCE_RESULTS_END -->

0 commit comments

Comments
 (0)