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

Commit 6db5d82

Browse files
actions-usergithub-actions[bot]
authored andcommitted
[ci skip] update performance results in README.md
1 parent 86af3e9 commit 6db5d82

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,513.80` | `4.64` | `179.89x` |
55-
|| [GraphQL JIT] | `1,116.56` | `89.01` | `9.34x` |
56-
|| [async-graphql] | `990.55` | `100.20` | `8.28x` |
57-
|| [Caliban] | `783.68` | `127.99` | `6.55x` |
58-
|| [Gqlgen] | `397.51` | `247.96` | `3.32x` |
59-
|| [Netflix DGS] | `183.54` | `527.11` | `1.53x` |
60-
|| [Apollo GraphQL] | `127.15` | `719.58` | `1.06x` |
61-
|| [Hasura] | `119.60` | `783.19` | `1.00x` |
54+
|| [Tailcall] | `21,606.50` | `4.62` | `180.77x` |
55+
|| [GraphQL JIT] | `1,110.73` | `89.43` | `9.29x` |
56+
|| [async-graphql] | `1,028.84` | `96.47` | `8.61x` |
57+
|| [Caliban] | `768.34` | `131.45` | `6.43x` |
58+
|| [Gqlgen] | `379.58` | `259.57` | `3.18x` |
59+
|| [Netflix DGS] | `183.69` | `524.39` | `1.54x` |
60+
|| [Apollo GraphQL] | `128.94` | `708.30` | `1.08x` |
61+
|| [Hasura] | `119.52` | `754.53` | `1.00x` |
6262
| 2 | `{ posts { title }}` |
63-
|| [Tailcall] | `32,813.80` | `3.05` | `77.38x` |
64-
|| [async-graphql] | `5,214.62` | `19.24` | `12.30x` |
65-
|| [Caliban] | `4,620.87` | `22.16` | `10.90x` |
66-
|| [GraphQL JIT] | `1,159.36` | `86.09` | `2.73x` |
67-
|| [Gqlgen] | `1,111.36` | `98.68` | `2.62x` |
68-
|| [Apollo GraphQL] | `858.72` | `116.84` | `2.02x` |
69-
|| [Netflix DGS] | `796.94` | `125.95` | `1.88x` |
70-
|| [Hasura] | `424.08` | `244.29` | `1.00x` |
63+
|| [Tailcall] | `33,100.30` | `3.02` | `74.53x` |
64+
|| [async-graphql] | `5,214.62` | `19.26` | `11.74x` |
65+
|| [Caliban] | `4,810.46` | `21.33` | `10.83x` |
66+
|| [GraphQL JIT] | `1,147.90` | `86.93` | `2.58x` |
67+
|| [Gqlgen] | `1,083.39` | `100.96` | `2.44x` |
68+
|| [Apollo GraphQL] | `895.03` | `112.11` | `2.02x` |
69+
|| [Netflix DGS] | `804.17` | `125.14` | `1.81x` |
70+
|| [Hasura] | `444.13` | `228.69` | `1.00x` |
7171
| 3 | `{ greet }` |
72-
|| [Tailcall] | `39,139.90` | `2.57` | `25.82x` |
73-
|| [Caliban] | `32,742.60` | `3.07` | `21.60x` |
74-
|| [Gqlgen] | `24,637.10` | `7.80` | `16.25x` |
75-
|| [async-graphql] | `23,737.20` | `4.26` | `15.66x` |
76-
|| [GraphQL JIT] | `4,628.80` | `21.56` | `3.05x` |
77-
|| [Netflix DGS] | `4,154.01` | `28.02` | `2.74x` |
78-
|| [Apollo GraphQL] | `3,926.37` | `27.98` | `2.59x` |
79-
|| [Hasura] | `1,515.83` | `66.66` | `1.00x` |
72+
|| [Tailcall] | `39,135.90` | `2.57` | `25.25x` |
73+
|| [Caliban] | `33,370.30` | `3.02` | `21.53x` |
74+
|| [Gqlgen] | `24,043.80` | `8.73` | `15.51x` |
75+
|| [async-graphql] | `23,532.30` | `4.26` | `15.18x` |
76+
|| [GraphQL JIT] | `4,566.85` | `21.84` | `2.95x` |
77+
|| [Netflix DGS] | `4,206.70` | `28.12` | `2.71x` |
78+
|| [Apollo GraphQL] | `4,022.90` | `27.61` | `2.60x` |
79+
|| [Hasura] | `1,549.74` | `66.07` | `1.00x` |
8080

8181
<!-- PERFORMANCE_RESULTS_END -->
8282

assets/latency_histogram1.png

3 Bytes
Loading

assets/latency_histogram2.png

3 Bytes
Loading

assets/latency_histogram3.png

-571 Bytes
Loading

assets/req_sec_histogram1.png

56 Bytes
Loading

assets/req_sec_histogram2.png

-11 Bytes
Loading

assets/req_sec_histogram3.png

-30 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,513.80` | `4.64` | `179.89x` |
7-
|| [GraphQL JIT] | `1,116.56` | `89.01` | `9.34x` |
8-
|| [async-graphql] | `990.55` | `100.20` | `8.28x` |
9-
|| [Caliban] | `783.68` | `127.99` | `6.55x` |
10-
|| [Gqlgen] | `397.51` | `247.96` | `3.32x` |
11-
|| [Netflix DGS] | `183.54` | `527.11` | `1.53x` |
12-
|| [Apollo GraphQL] | `127.15` | `719.58` | `1.06x` |
13-
|| [Hasura] | `119.60` | `783.19` | `1.00x` |
6+
|| [Tailcall] | `21,606.50` | `4.62` | `180.77x` |
7+
|| [GraphQL JIT] | `1,110.73` | `89.43` | `9.29x` |
8+
|| [async-graphql] | `1,028.84` | `96.47` | `8.61x` |
9+
|| [Caliban] | `768.34` | `131.45` | `6.43x` |
10+
|| [Gqlgen] | `379.58` | `259.57` | `3.18x` |
11+
|| [Netflix DGS] | `183.69` | `524.39` | `1.54x` |
12+
|| [Apollo GraphQL] | `128.94` | `708.30` | `1.08x` |
13+
|| [Hasura] | `119.52` | `754.53` | `1.00x` |
1414
| 2 | `{ posts { title }}` |
15-
|| [Tailcall] | `32,813.80` | `3.05` | `77.38x` |
16-
|| [async-graphql] | `5,214.62` | `19.24` | `12.30x` |
17-
|| [Caliban] | `4,620.87` | `22.16` | `10.90x` |
18-
|| [GraphQL JIT] | `1,159.36` | `86.09` | `2.73x` |
19-
|| [Gqlgen] | `1,111.36` | `98.68` | `2.62x` |
20-
|| [Apollo GraphQL] | `858.72` | `116.84` | `2.02x` |
21-
|| [Netflix DGS] | `796.94` | `125.95` | `1.88x` |
22-
|| [Hasura] | `424.08` | `244.29` | `1.00x` |
15+
|| [Tailcall] | `33,100.30` | `3.02` | `74.53x` |
16+
|| [async-graphql] | `5,214.62` | `19.26` | `11.74x` |
17+
|| [Caliban] | `4,810.46` | `21.33` | `10.83x` |
18+
|| [GraphQL JIT] | `1,147.90` | `86.93` | `2.58x` |
19+
|| [Gqlgen] | `1,083.39` | `100.96` | `2.44x` |
20+
|| [Apollo GraphQL] | `895.03` | `112.11` | `2.02x` |
21+
|| [Netflix DGS] | `804.17` | `125.14` | `1.81x` |
22+
|| [Hasura] | `444.13` | `228.69` | `1.00x` |
2323
| 3 | `{ greet }` |
24-
|| [Tailcall] | `39,139.90` | `2.57` | `25.82x` |
25-
|| [Caliban] | `32,742.60` | `3.07` | `21.60x` |
26-
|| [Gqlgen] | `24,637.10` | `7.80` | `16.25x` |
27-
|| [async-graphql] | `23,737.20` | `4.26` | `15.66x` |
28-
|| [GraphQL JIT] | `4,628.80` | `21.56` | `3.05x` |
29-
|| [Netflix DGS] | `4,154.01` | `28.02` | `2.74x` |
30-
|| [Apollo GraphQL] | `3,926.37` | `27.98` | `2.59x` |
31-
|| [Hasura] | `1,515.83` | `66.66` | `1.00x` |
24+
|| [Tailcall] | `39,135.90` | `2.57` | `25.25x` |
25+
|| [Caliban] | `33,370.30` | `3.02` | `21.53x` |
26+
|| [Gqlgen] | `24,043.80` | `8.73` | `15.51x` |
27+
|| [async-graphql] | `23,532.30` | `4.26` | `15.18x` |
28+
|| [GraphQL JIT] | `4,566.85` | `21.84` | `2.95x` |
29+
|| [Netflix DGS] | `4,206.70` | `28.12` | `2.71x` |
30+
|| [Apollo GraphQL] | `4,022.90` | `27.61` | `2.60x` |
31+
|| [Hasura] | `1,549.74` | `66.07` | `1.00x` |
3232

3333
<!-- PERFORMANCE_RESULTS_END -->

0 commit comments

Comments
 (0)