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

Commit d3e4fe6

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

File tree

9 files changed

+300
-449
lines changed

9 files changed

+300
-449
lines changed

README.md

Lines changed: 22 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -50,21 +50,29 @@ Get started with the benchmarks:
5050
| Query | Server | Requests/sec | Latency (ms) | Relative |
5151
|-------:|--------:|--------------:|--------------:|---------:|
5252
| 1 | `{ posts { id userId title user { id name email }}}` |
53-
|| [Tailcall] | `30,218.80` | `3.30` | `103.05x` |
54-
|| [async-graphql] | `1,748.72` | `57.43` | `5.96x` |
55-
|| [Caliban] | `1,599.19` | `62.46` | `5.45x` |
56-
|| [Hasura] | `1,536.69` | `65.04` | `5.24x` |
57-
|| [Gqlgen] | `666.73` | `150.68` | `2.27x` |
58-
|| [Netflix DGS] | `364.07` | `185.28` | `1.24x` |
59-
|| [Apollo GraphQL] | `293.23` | `338.73` | `1.00x` |
53+
|| [Tailcall] | `30,731.30` | `3.24` | `108.23x` |
54+
|| [async-graphql] | `1,748.25` | `57.58` | `6.16x` |
55+
|| [Caliban] | `1,533.14` | `65.09` | `5.40x` |
56+
|| [Hasura] | `1,528.73` | `65.21` | `5.38x` |
57+
|| [Gqlgen] | `662.59` | `150.51` | `2.33x` |
58+
|| [Netflix DGS] | `361.82` | `164.52` | `1.27x` |
59+
|| [Apollo GraphQL] | `283.94` | `346.80` | `1.00x` |
6060
| 2 | `{ posts { title }}` |
61-
|| [Tailcall] | `61,796.00` | `1.61` | `38.72x` |
62-
|| [Caliban] | `9,187.63` | `11.25` | `5.76x` |
63-
|| [async-graphql] | `8,696.39` | `11.60` | `5.45x` |
64-
|| [Hasura] | `2,483.88` | `40.17` | `1.56x` |
65-
|| [Gqlgen] | `2,240.57` | `45.69` | `1.40x` |
66-
|| [Apollo GraphQL] | `1,762.58` | `56.64` | `1.10x` |
67-
|| [Netflix DGS] | `1,595.80` | `68.82` | `1.00x` |
61+
|| [Tailcall] | `62,781.70` | `1.58` | `39.12x` |
62+
|| [Caliban] | `9,206.32` | `11.23` | `5.74x` |
63+
|| [async-graphql] | `8,679.90` | `11.56` | `5.41x` |
64+
|| [Hasura] | `2,542.85` | `39.31` | `1.58x` |
65+
|| [Gqlgen] | `2,270.77` | `45.08` | `1.42x` |
66+
|| [Apollo GraphQL] | `1,790.88` | `55.76` | `1.12x` |
67+
|| [Netflix DGS] | `1,604.71` | `68.88` | `1.00x` |
68+
| 3 | `{ greet }` |
69+
|| [Tailcall] | `65,204.50` | `1.55` | `25.47x` |
70+
|| [Gqlgen] | `50,124.00` | `5.35` | `19.58x` |
71+
|| [async-graphql] | `49,848.30` | `2.07` | `19.47x` |
72+
|| [Caliban] | `46,625.10` | `2.47` | `18.21x` |
73+
|| [Netflix DGS] | `8,306.34` | `14.78` | `3.24x` |
74+
|| [Apollo GraphQL] | `8,131.77` | `12.50` | `3.18x` |
75+
|| [Hasura] | `2,560.30` | `38.96` | `1.00x` |
6876

6977
<!-- PERFORMANCE_RESULTS_END -->
7078

assets/latency_histogram1.png

49 Bytes
Loading

assets/latency_histogram2.png

28 Bytes
Loading

assets/latency_histogram3.png

1.21 KB
Loading

assets/req_sec_histogram1.png

12 Bytes
Loading

assets/req_sec_histogram2.png

-7 Bytes
Loading

assets/req_sec_histogram3.png

799 Bytes
Loading

0 commit comments

Comments
 (0)