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

Commit f697022

Browse files
actions-usergithub-actions[bot]
authored andcommitted
[ci skip] update performance results in README.md
1 parent 515755a commit f697022

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,874.70` | `4.56` | `182.60x` |
55-
|| [GraphQL JIT] | `1,130.78` | `87.88` | `9.44x` |
56-
|| [async-graphql] | `1,014.16` | `97.83` | `8.47x` |
57-
|| [Caliban] | `801.82` | `124.65` | `6.69x` |
58-
|| [Gqlgen] | `368.18` | `267.49` | `3.07x` |
59-
|| [Netflix DGS] | `189.02` | `511.08` | `1.58x` |
60-
|| [Apollo GraphQL] | `129.67` | `705.33` | `1.08x` |
61-
|| [Hasura] | `119.80` | `775.18` | `1.00x` |
54+
|| [Tailcall] | `20,481.60` | `4.87` | `172.57x` |
55+
|| [GraphQL JIT] | `1,152.33` | `86.24` | `9.71x` |
56+
|| [async-graphql] | `992.68` | `100.02` | `8.36x` |
57+
|| [Caliban] | `736.62` | `136.28` | `6.21x` |
58+
|| [Gqlgen] | `371.39` | `265.08` | `3.13x` |
59+
|| [Netflix DGS] | `188.58` | `513.31` | `1.59x` |
60+
|| [Apollo GraphQL] | `132.09` | `694.43` | `1.11x` |
61+
|| [Hasura] | `118.68` | `715.27` | `1.00x` |
6262
| 2 | `{ posts { title }}` |
63-
|| [Tailcall] | `33,250.70` | `3.01` | `74.68x` |
64-
|| [async-graphql] | `5,184.35` | `19.32` | `11.64x` |
65-
|| [Caliban] | `4,829.69` | `21.27` | `10.85x` |
66-
|| [GraphQL JIT] | `1,160.17` | `86.02` | `2.61x` |
67-
|| [Gqlgen] | `1,050.82` | `104.44` | `2.36x` |
68-
|| [Apollo GraphQL] | `897.66` | `111.81` | `2.02x` |
69-
|| [Netflix DGS] | `806.02` | `125.14` | `1.81x` |
70-
|| [Hasura] | `445.21` | `234.45` | `1.00x` |
63+
|| [Tailcall] | `32,361.80` | `3.09` | `69.02x` |
64+
|| [async-graphql] | `5,134.47` | `19.57` | `10.95x` |
65+
|| [Caliban] | `4,755.25` | `21.54` | `10.14x` |
66+
|| [GraphQL JIT] | `1,182.52` | `84.39` | `2.52x` |
67+
|| [Gqlgen] | `1,076.71` | `102.08` | `2.30x` |
68+
|| [Apollo GraphQL] | `906.09` | `110.65` | `1.93x` |
69+
|| [Netflix DGS] | `807.38` | `124.91` | `1.72x` |
70+
|| [Hasura] | `468.90` | `217.88` | `1.00x` |
7171
| 3 | `{ greet }` |
72-
|| [Tailcall] | `40,341.00` | `2.48` | `25.88x` |
73-
|| [Caliban] | `32,961.60` | `3.06` | `21.15x` |
74-
|| [async-graphql] | `24,202.10` | `4.16` | `15.53x` |
75-
|| [Gqlgen] | `23,985.90` | `8.57` | `15.39x` |
76-
|| [GraphQL JIT] | `4,584.71` | `21.76` | `2.94x` |
77-
|| [Netflix DGS] | `4,148.21` | `28.71` | `2.66x` |
78-
|| [Apollo GraphQL] | `4,038.45` | `28.56` | `2.59x` |
79-
|| [Hasura] | `1,558.68` | `63.97` | `1.00x` |
72+
|| [Tailcall] | `40,127.30` | `2.49` | `25.83x` |
73+
|| [Caliban] | `33,000.10` | `3.05` | `21.24x` |
74+
|| [async-graphql] | `23,789.50` | `4.24` | `15.31x` |
75+
|| [Gqlgen] | `23,424.10` | `9.21` | `15.08x` |
76+
|| [GraphQL JIT] | `4,633.38` | `21.52` | `2.98x` |
77+
|| [Netflix DGS] | `4,258.01` | `27.74` | `2.74x` |
78+
|| [Apollo GraphQL] | `4,131.14` | `27.57` | `2.66x` |
79+
|| [Hasura] | `1,553.36` | `68.61` | `1.00x` |
8080

8181
<!-- PERFORMANCE_RESULTS_END -->
8282

assets/latency_histogram1.png

-681 Bytes
Loading

assets/latency_histogram2.png

-27 Bytes
Loading

assets/latency_histogram3.png

578 Bytes
Loading

assets/req_sec_histogram1.png

-736 Bytes
Loading

assets/req_sec_histogram2.png

-7 Bytes
Loading

assets/req_sec_histogram3.png

16 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,874.70` | `4.56` | `182.60x` |
7-
|| [GraphQL JIT] | `1,130.78` | `87.88` | `9.44x` |
8-
|| [async-graphql] | `1,014.16` | `97.83` | `8.47x` |
9-
|| [Caliban] | `801.82` | `124.65` | `6.69x` |
10-
|| [Gqlgen] | `368.18` | `267.49` | `3.07x` |
11-
|| [Netflix DGS] | `189.02` | `511.08` | `1.58x` |
12-
|| [Apollo GraphQL] | `129.67` | `705.33` | `1.08x` |
13-
|| [Hasura] | `119.80` | `775.18` | `1.00x` |
6+
|| [Tailcall] | `20,481.60` | `4.87` | `172.57x` |
7+
|| [GraphQL JIT] | `1,152.33` | `86.24` | `9.71x` |
8+
|| [async-graphql] | `992.68` | `100.02` | `8.36x` |
9+
|| [Caliban] | `736.62` | `136.28` | `6.21x` |
10+
|| [Gqlgen] | `371.39` | `265.08` | `3.13x` |
11+
|| [Netflix DGS] | `188.58` | `513.31` | `1.59x` |
12+
|| [Apollo GraphQL] | `132.09` | `694.43` | `1.11x` |
13+
|| [Hasura] | `118.68` | `715.27` | `1.00x` |
1414
| 2 | `{ posts { title }}` |
15-
|| [Tailcall] | `33,250.70` | `3.01` | `74.68x` |
16-
|| [async-graphql] | `5,184.35` | `19.32` | `11.64x` |
17-
|| [Caliban] | `4,829.69` | `21.27` | `10.85x` |
18-
|| [GraphQL JIT] | `1,160.17` | `86.02` | `2.61x` |
19-
|| [Gqlgen] | `1,050.82` | `104.44` | `2.36x` |
20-
|| [Apollo GraphQL] | `897.66` | `111.81` | `2.02x` |
21-
|| [Netflix DGS] | `806.02` | `125.14` | `1.81x` |
22-
|| [Hasura] | `445.21` | `234.45` | `1.00x` |
15+
|| [Tailcall] | `32,361.80` | `3.09` | `69.02x` |
16+
|| [async-graphql] | `5,134.47` | `19.57` | `10.95x` |
17+
|| [Caliban] | `4,755.25` | `21.54` | `10.14x` |
18+
|| [GraphQL JIT] | `1,182.52` | `84.39` | `2.52x` |
19+
|| [Gqlgen] | `1,076.71` | `102.08` | `2.30x` |
20+
|| [Apollo GraphQL] | `906.09` | `110.65` | `1.93x` |
21+
|| [Netflix DGS] | `807.38` | `124.91` | `1.72x` |
22+
|| [Hasura] | `468.90` | `217.88` | `1.00x` |
2323
| 3 | `{ greet }` |
24-
|| [Tailcall] | `40,341.00` | `2.48` | `25.88x` |
25-
|| [Caliban] | `32,961.60` | `3.06` | `21.15x` |
26-
|| [async-graphql] | `24,202.10` | `4.16` | `15.53x` |
27-
|| [Gqlgen] | `23,985.90` | `8.57` | `15.39x` |
28-
|| [GraphQL JIT] | `4,584.71` | `21.76` | `2.94x` |
29-
|| [Netflix DGS] | `4,148.21` | `28.71` | `2.66x` |
30-
|| [Apollo GraphQL] | `4,038.45` | `28.56` | `2.59x` |
31-
|| [Hasura] | `1,558.68` | `63.97` | `1.00x` |
24+
|| [Tailcall] | `40,127.30` | `2.49` | `25.83x` |
25+
|| [Caliban] | `33,000.10` | `3.05` | `21.24x` |
26+
|| [async-graphql] | `23,789.50` | `4.24` | `15.31x` |
27+
|| [Gqlgen] | `23,424.10` | `9.21` | `15.08x` |
28+
|| [GraphQL JIT] | `4,633.38` | `21.52` | `2.98x` |
29+
|| [Netflix DGS] | `4,258.01` | `27.74` | `2.74x` |
30+
|| [Apollo GraphQL] | `4,131.14` | `27.57` | `2.66x` |
31+
|| [Hasura] | `1,553.36` | `68.61` | `1.00x` |
3232

3333
<!-- PERFORMANCE_RESULTS_END -->

0 commit comments

Comments
 (0)