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

Commit b285354

Browse files
actions-usergithub-actions[bot]
authored andcommitted
Update performance results in README.md
1 parent 0bc289d commit b285354

File tree

6 files changed

+28
-28
lines changed

6 files changed

+28
-28
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -49,21 +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] | `30,778.30` | `3.24` | `104.49x` |
53-
|| [Caliban] | `1,588.49` | `62.83` | `5.39x` |
54-
|| [async-graphql] | `1,526.31` | `65.42` | `5.18x` |
55-
|| [Hasura] | `1,519.12` | `65.78` | `5.16x` |
56-
|| [Gqlgen] | `672.31` | `149.43` | `2.28x` |
57-
|| [Netflix DGS] | `367.40` | `170.72` | `1.25x` |
58-
|| [Apollo GraphQL] | `294.57` | `337.42` | `1.00x` |
52+
|| [Tailcall] | `29,869.10` | `3.34` | `103.04x` |
53+
|| [Caliban] | `1,590.34` | `62.88` | `5.49x` |
54+
|| [async-graphql] | `1,474.68` | `67.71` | `5.09x` |
55+
|| [Hasura] | `1,469.39` | `68.02` | `5.07x` |
56+
|| [Gqlgen] | `641.60` | `156.36` | `2.21x` |
57+
|| [Netflix DGS] | `362.26` | `178.54` | `1.25x` |
58+
|| [Apollo GraphQL] | `289.88` | `342.62` | `1.00x` |
5959
| 2 | `{ posts { title }}` |
60-
|| [Tailcall] | `62,800.60` | `1.58` | `39.35x` |
61-
|| [Caliban] | `9,501.39` | `10.82` | `5.95x` |
62-
|| [async-graphql] | `7,550.50` | `13.25` | `4.73x` |
63-
|| [Hasura] | `2,563.07` | `38.93` | `1.61x` |
64-
|| [Gqlgen] | `2,285.80` | `44.70` | `1.43x` |
65-
|| [Apollo GraphQL] | `1,786.35` | `55.73` | `1.12x` |
66-
|| [Netflix DGS] | `1,595.81` | `67.92` | `1.00x` |
60+
|| [Tailcall] | `61,933.50` | `1.61` | `38.96x` |
61+
|| [Caliban] | `9,289.48` | `11.10` | `5.84x` |
62+
|| [async-graphql] | `7,459.64` | `13.38` | `4.69x` |
63+
|| [Hasura] | `2,490.59` | `40.18` | `1.57x` |
64+
|| [Gqlgen] | `2,192.15` | `46.51` | `1.38x` |
65+
|| [Apollo GraphQL] | `1,762.34` | `56.64` | `1.11x` |
66+
|| [Netflix DGS] | `1,589.50` | `68.74` | `1.00x` |
6767

6868
<!-- PERFORMANCE_RESULTS_END -->
6969

assets/latency_histogram1.png

109 Bytes
Loading

assets/latency_histogram2.png

92 Bytes
Loading

assets/req_sec_histogram1.png

-10 Bytes
Loading

assets/req_sec_histogram2.png

-12 Bytes
Loading

results.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@
33
| Query | Server | Requests/sec | Latency (ms) | Relative |
44
|-------:|--------:|--------------:|--------------:|---------:|
55
| 1 | `{ posts { id userId title user { id name email }}}` |
6-
|| [Tailcall] | `30,778.30` | `3.24` | `104.49x` |
7-
|| [Caliban] | `1,588.49` | `62.83` | `5.39x` |
8-
|| [async-graphql] | `1,526.31` | `65.42` | `5.18x` |
9-
|| [Hasura] | `1,519.12` | `65.78` | `5.16x` |
10-
|| [Gqlgen] | `672.31` | `149.43` | `2.28x` |
11-
|| [Netflix DGS] | `367.40` | `170.72` | `1.25x` |
12-
|| [Apollo GraphQL] | `294.57` | `337.42` | `1.00x` |
6+
|| [Tailcall] | `29,869.10` | `3.34` | `103.04x` |
7+
|| [Caliban] | `1,590.34` | `62.88` | `5.49x` |
8+
|| [async-graphql] | `1,474.68` | `67.71` | `5.09x` |
9+
|| [Hasura] | `1,469.39` | `68.02` | `5.07x` |
10+
|| [Gqlgen] | `641.60` | `156.36` | `2.21x` |
11+
|| [Netflix DGS] | `362.26` | `178.54` | `1.25x` |
12+
|| [Apollo GraphQL] | `289.88` | `342.62` | `1.00x` |
1313
| 2 | `{ posts { title }}` |
14-
|| [Tailcall] | `62,800.60` | `1.58` | `39.35x` |
15-
|| [Caliban] | `9,501.39` | `10.82` | `5.95x` |
16-
|| [async-graphql] | `7,550.50` | `13.25` | `4.73x` |
17-
|| [Hasura] | `2,563.07` | `38.93` | `1.61x` |
18-
|| [Gqlgen] | `2,285.80` | `44.70` | `1.43x` |
19-
|| [Apollo GraphQL] | `1,786.35` | `55.73` | `1.12x` |
20-
|| [Netflix DGS] | `1,595.81` | `67.92` | `1.00x` |
14+
|| [Tailcall] | `61,933.50` | `1.61` | `38.96x` |
15+
|| [Caliban] | `9,289.48` | `11.10` | `5.84x` |
16+
|| [async-graphql] | `7,459.64` | `13.38` | `4.69x` |
17+
|| [Hasura] | `2,490.59` | `40.18` | `1.57x` |
18+
|| [Gqlgen] | `2,192.15` | `46.51` | `1.38x` |
19+
|| [Apollo GraphQL] | `1,762.34` | `56.64` | `1.11x` |
20+
|| [Netflix DGS] | `1,589.50` | `68.74` | `1.00x` |
2121

2222
<!-- PERFORMANCE_RESULTS_END -->

0 commit comments

Comments
 (0)