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

Commit 0b3da29

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

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] | `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` |
52+
|| [Tailcall] | `29,534.90` | `3.37` | `102.64x` |
53+
|| [Hasura] | `4,601.66` | `21.71` | `15.99x` |
54+
|| [Caliban] | `1,574.63` | `63.42` | `5.47x` |
55+
|| [async-graphql] | `1,457.27` | `68.51` | `5.06x` |
56+
|| [Gqlgen] | `641.88` | `156.54` | `2.23x` |
57+
|| [Netflix DGS] | `362.21` | `150.25` | `1.26x` |
58+
|| [Apollo GraphQL] | `287.75` | `345.31` | `1.00x` |
5959
| 2 | `{ posts { title }}` |
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` |
60+
|| [Tailcall] | `61,457.60` | `1.62` | `38.92x` |
61+
|| [Caliban] | `9,243.21` | `11.19` | `5.85x` |
62+
|| [async-graphql] | `7,321.85` | `13.66` | `4.64x` |
63+
|| [Hasura] | `5,648.75` | `17.70` | `3.58x` |
64+
|| [Gqlgen] | `2,196.22` | `46.47` | `1.39x` |
65+
|| [Apollo GraphQL] | `1,735.65` | `57.40` | `1.10x` |
66+
|| [Netflix DGS] | `1,579.14` | `69.21` | `1.00x` |
6767

6868
<!-- PERFORMANCE_RESULTS_END -->
6969

assets/latency_histogram1.png

-20 Bytes
Loading

assets/latency_histogram2.png

25 Bytes
Loading

assets/req_sec_histogram1.png

-117 Bytes
Loading

assets/req_sec_histogram2.png

46 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] | `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` |
6+
|| [Tailcall] | `29,534.90` | `3.37` | `102.64x` |
7+
|| [Hasura] | `4,601.66` | `21.71` | `15.99x` |
8+
|| [Caliban] | `1,574.63` | `63.42` | `5.47x` |
9+
|| [async-graphql] | `1,457.27` | `68.51` | `5.06x` |
10+
|| [Gqlgen] | `641.88` | `156.54` | `2.23x` |
11+
|| [Netflix DGS] | `362.21` | `150.25` | `1.26x` |
12+
|| [Apollo GraphQL] | `287.75` | `345.31` | `1.00x` |
1313
| 2 | `{ posts { title }}` |
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` |
14+
|| [Tailcall] | `61,457.60` | `1.62` | `38.92x` |
15+
|| [Caliban] | `9,243.21` | `11.19` | `5.85x` |
16+
|| [async-graphql] | `7,321.85` | `13.66` | `4.64x` |
17+
|| [Hasura] | `5,648.75` | `17.70` | `3.58x` |
18+
|| [Gqlgen] | `2,196.22` | `46.47` | `1.39x` |
19+
|| [Apollo GraphQL] | `1,735.65` | `57.40` | `1.10x` |
20+
|| [Netflix DGS] | `1,579.14` | `69.21` | `1.00x` |
2121

2222
<!-- PERFORMANCE_RESULTS_END -->

0 commit comments

Comments
 (0)