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

Commit 010a6fc

Browse files
actions-usergithub-actions[bot]
authored andcommitted
Update performance results in README.md
1 parent c818bc7 commit 010a6fc

File tree

6 files changed

+28
-24
lines changed

6 files changed

+28
-24
lines changed

README.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -49,19 +49,21 @@ Get started with the benchmarks:
4949
| Query | Server | Requests/sec | Latency (ms) | Relative |
5050
|-------:|--------:|--------------:|--------------:|---------:|
5151
| 1 | `{ posts { id userId title user { id name email }}}` |
52-
|| [Tailcall] | `20,459.40` | `4.82` | `38.67x` |
53-
|| [async-graphql] | `2,416.38` | `42.11` | `4.57x` |
54-
|| [Caliban] | `2,112.29` | `51.58` | `3.99x` |
55-
|| [Apollo GraphQL] | `2,013.53` | `49.98` | `3.81x` |
56-
|| [Gqlgen] | `1,427.79` | `76.83` | `2.70x` |
57-
|| [Netflix DGS] | `529.12` | `131.33` | `1.00x` |
52+
|| [Tailcall] | `30,082.30` | `3.31` | `102.84x` |
53+
|| [Hasura] | `4,459.81` | `22.46` | `15.25x` |
54+
|| [Caliban] | `1,559.81` | `64.13` | `5.33x` |
55+
|| [async-graphql] | `1,492.66` | `66.89` | `5.10x` |
56+
|| [Gqlgen] | `652.24` | `154.11` | `2.23x` |
57+
|| [Netflix DGS] | `365.29` | `212.65` | `1.25x` |
58+
|| [Apollo GraphQL] | `292.51` | `339.55` | `1.00x` |
5859
| 2 | `{ posts { title }}` |
59-
|| [Tailcall] | `49,734.70` | `2.04` | `18.15x` |
60-
|| [Caliban] | `13,721.40` | `11.63` | `5.01x` |
61-
|| [async-graphql] | `9,333.76` | `11.00` | `3.41x` |
62-
|| [Apollo GraphQL] | `4,299.68` | `25.27` | `1.57x` |
63-
|| [Netflix DGS] | `2,778.82` | `70.96` | `1.01x` |
64-
|| [Gqlgen] | `2,739.60` | `39.57` | `1.00x` |
60+
|| [Tailcall] | `62,286.10` | `1.59` | `39.07x` |
61+
|| [Caliban] | `9,266.85` | `11.16` | `5.81x` |
62+
|| [async-graphql] | `7,456.22` | `13.42` | `4.68x` |
63+
|| [Hasura] | `2,474.23` | `40.33` | `1.55x` |
64+
|| [Gqlgen] | `2,216.15` | `46.14` | `1.39x` |
65+
|| [Apollo GraphQL] | `1,745.35` | `57.17` | `1.09x` |
66+
|| [Netflix DGS] | `1,594.40` | `68.48` | `1.00x` |
6567

6668
<!-- PERFORMANCE_RESULTS_END -->
6769

assets/latency_histogram1.png

1.17 KB
Loading

assets/latency_histogram2.png

-653 Bytes
Loading

assets/req_sec_histogram1.png

699 Bytes
Loading

assets/req_sec_histogram2.png

180 Bytes
Loading

results.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,20 @@
33
| Query | Server | Requests/sec | Latency (ms) | Relative |
44
|-------:|--------:|--------------:|--------------:|---------:|
55
| 1 | `{ posts { id userId title user { id name email }}}` |
6-
|| [Tailcall] | `20,459.40` | `4.82` | `38.67x` |
7-
|| [async-graphql] | `2,416.38` | `42.11` | `4.57x` |
8-
|| [Caliban] | `2,112.29` | `51.58` | `3.99x` |
9-
|| [Apollo GraphQL] | `2,013.53` | `49.98` | `3.81x` |
10-
|| [Gqlgen] | `1,427.79` | `76.83` | `2.70x` |
11-
|| [Netflix DGS] | `529.12` | `131.33` | `1.00x` |
6+
|| [Tailcall] | `30,082.30` | `3.31` | `102.84x` |
7+
|| [Hasura] | `4,459.81` | `22.46` | `15.25x` |
8+
|| [Caliban] | `1,559.81` | `64.13` | `5.33x` |
9+
|| [async-graphql] | `1,492.66` | `66.89` | `5.10x` |
10+
|| [Gqlgen] | `652.24` | `154.11` | `2.23x` |
11+
|| [Netflix DGS] | `365.29` | `212.65` | `1.25x` |
12+
|| [Apollo GraphQL] | `292.51` | `339.55` | `1.00x` |
1213
| 2 | `{ posts { title }}` |
13-
|| [Tailcall] | `49,734.70` | `2.04` | `18.15x` |
14-
|| [Caliban] | `13,721.40` | `11.63` | `5.01x` |
15-
|| [async-graphql] | `9,333.76` | `11.00` | `3.41x` |
16-
|| [Apollo GraphQL] | `4,299.68` | `25.27` | `1.57x` |
17-
|| [Netflix DGS] | `2,778.82` | `70.96` | `1.01x` |
18-
|| [Gqlgen] | `2,739.60` | `39.57` | `1.00x` |
14+
|| [Tailcall] | `62,286.10` | `1.59` | `39.07x` |
15+
|| [Caliban] | `9,266.85` | `11.16` | `5.81x` |
16+
|| [async-graphql] | `7,456.22` | `13.42` | `4.68x` |
17+
|| [Hasura] | `2,474.23` | `40.33` | `1.55x` |
18+
|| [Gqlgen] | `2,216.15` | `46.14` | `1.39x` |
19+
|| [Apollo GraphQL] | `1,745.35` | `57.17` | `1.09x` |
20+
|| [Netflix DGS] | `1,594.40` | `68.48` | `1.00x` |
1921

2022
<!-- PERFORMANCE_RESULTS_END -->

0 commit comments

Comments
 (0)