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

Commit a44cb7a

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

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,492.90` | `4.64` | `184.19x` |
55-
|| [GraphQL JIT] | `1,138.23` | `87.33` | `9.75x` |
56-
|| [async-graphql] | `974.81` | `101.84` | `8.35x` |
57-
|| [Caliban] | `807.95` | `123.84` | `6.92x` |
58-
|| [Gqlgen] | `377.92` | `260.87` | `3.24x` |
59-
|| [Netflix DGS] | `185.95` | `520.42` | `1.59x` |
60-
|| [Apollo GraphQL] | `131.97` | `698.59` | `1.13x` |
61-
|| [Hasura] | `116.69` | `783.23` | `1.00x` |
54+
|| [Tailcall] | `18,271.80` | `5.47` | `155.68x` |
55+
|| [GraphQL JIT] | `1,117.67` | `88.93` | `9.52x` |
56+
|| [async-graphql] | `965.87` | `102.69` | `8.23x` |
57+
|| [Caliban] | `757.44` | `132.52` | `6.45x` |
58+
|| [Gqlgen] | `380.89` | `258.78` | `3.25x` |
59+
|| [Netflix DGS] | `189.30` | `511.89` | `1.61x` |
60+
|| [Apollo GraphQL] | `129.80` | `703.70` | `1.11x` |
61+
|| [Hasura] | `117.37` | `785.04` | `1.00x` |
6262
| 2 | `{ posts { title }}` |
63-
|| [Tailcall] | `33,235.50` | `3.00` | `77.10x` |
64-
|| [async-graphql] | `5,036.37` | `19.92` | `11.68x` |
65-
|| [Caliban] | `4,783.35` | `21.39` | `11.10x` |
66-
|| [GraphQL JIT] | `1,146.73` | `87.05` | `2.66x` |
67-
|| [Gqlgen] | `1,087.78` | `100.60` | `2.52x` |
68-
|| [Apollo GraphQL] | `896.79` | `111.91` | `2.08x` |
69-
|| [Netflix DGS] | `801.98` | `125.91` | `1.86x` |
70-
|| [Hasura] | `431.07` | `235.83` | `1.00x` |
63+
|| [Tailcall] | `31,341.80` | `3.20` | `68.32x` |
64+
|| [async-graphql] | `4,987.12` | `20.09` | `10.87x` |
65+
|| [Caliban] | `4,890.69` | `20.94` | `10.66x` |
66+
|| [GraphQL JIT] | `1,151.52` | `86.67` | `2.51x` |
67+
|| [Gqlgen] | `1,109.42` | `98.70` | `2.42x` |
68+
|| [Apollo GraphQL] | `889.32` | `113.14` | `1.94x` |
69+
|| [Netflix DGS] | `807.91` | `124.17` | `1.76x` |
70+
|| [Hasura] | `458.75` | `219.19` | `1.00x` |
7171
| 3 | `{ greet }` |
72-
|| [Tailcall] | `39,103.70` | `2.56` | `27.25x` |
73-
|| [Caliban] | `32,745.30` | `3.06` | `22.82x` |
74-
|| [async-graphql] | `23,591.10` | `4.27` | `16.44x` |
75-
|| [Gqlgen] | `23,446.80` | `9.81` | `16.34x` |
76-
|| [GraphQL JIT] | `4,590.09` | `21.74` | `3.20x` |
77-
|| [Netflix DGS] | `4,141.41` | `28.40` | `2.89x` |
78-
|| [Apollo GraphQL] | `4,043.27` | `27.87` | `2.82x` |
79-
|| [Hasura] | `1,435.21` | `72.85` | `1.00x` |
72+
|| [Tailcall] | `38,395.80` | `2.62` | `26.49x` |
73+
|| [Caliban] | `33,062.10` | `3.02` | `22.81x` |
74+
|| [Gqlgen] | `24,083.90` | `9.61` | `16.62x` |
75+
|| [async-graphql] | `23,551.70` | `4.27` | `16.25x` |
76+
|| [GraphQL JIT] | `4,547.67` | `21.94` | `3.14x` |
77+
|| [Netflix DGS] | `4,204.97` | `28.09` | `2.90x` |
78+
|| [Apollo GraphQL] | `4,045.00` | `27.18` | `2.79x` |
79+
|| [Hasura] | `1,449.36` | `68.79` | `1.00x` |
8080

8181
<!-- PERFORMANCE_RESULTS_END -->
8282

assets/latency_histogram1.png

-8 Bytes
Loading

assets/latency_histogram2.png

-4 Bytes
Loading

assets/latency_histogram3.png

-68 Bytes
Loading

assets/req_sec_histogram1.png

-732 Bytes
Loading

assets/req_sec_histogram2.png

-35 Bytes
Loading

assets/req_sec_histogram3.png

-41 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,492.90` | `4.64` | `184.19x` |
7-
|| [GraphQL JIT] | `1,138.23` | `87.33` | `9.75x` |
8-
|| [async-graphql] | `974.81` | `101.84` | `8.35x` |
9-
|| [Caliban] | `807.95` | `123.84` | `6.92x` |
10-
|| [Gqlgen] | `377.92` | `260.87` | `3.24x` |
11-
|| [Netflix DGS] | `185.95` | `520.42` | `1.59x` |
12-
|| [Apollo GraphQL] | `131.97` | `698.59` | `1.13x` |
13-
|| [Hasura] | `116.69` | `783.23` | `1.00x` |
6+
|| [Tailcall] | `18,271.80` | `5.47` | `155.68x` |
7+
|| [GraphQL JIT] | `1,117.67` | `88.93` | `9.52x` |
8+
|| [async-graphql] | `965.87` | `102.69` | `8.23x` |
9+
|| [Caliban] | `757.44` | `132.52` | `6.45x` |
10+
|| [Gqlgen] | `380.89` | `258.78` | `3.25x` |
11+
|| [Netflix DGS] | `189.30` | `511.89` | `1.61x` |
12+
|| [Apollo GraphQL] | `129.80` | `703.70` | `1.11x` |
13+
|| [Hasura] | `117.37` | `785.04` | `1.00x` |
1414
| 2 | `{ posts { title }}` |
15-
|| [Tailcall] | `33,235.50` | `3.00` | `77.10x` |
16-
|| [async-graphql] | `5,036.37` | `19.92` | `11.68x` |
17-
|| [Caliban] | `4,783.35` | `21.39` | `11.10x` |
18-
|| [GraphQL JIT] | `1,146.73` | `87.05` | `2.66x` |
19-
|| [Gqlgen] | `1,087.78` | `100.60` | `2.52x` |
20-
|| [Apollo GraphQL] | `896.79` | `111.91` | `2.08x` |
21-
|| [Netflix DGS] | `801.98` | `125.91` | `1.86x` |
22-
|| [Hasura] | `431.07` | `235.83` | `1.00x` |
15+
|| [Tailcall] | `31,341.80` | `3.20` | `68.32x` |
16+
|| [async-graphql] | `4,987.12` | `20.09` | `10.87x` |
17+
|| [Caliban] | `4,890.69` | `20.94` | `10.66x` |
18+
|| [GraphQL JIT] | `1,151.52` | `86.67` | `2.51x` |
19+
|| [Gqlgen] | `1,109.42` | `98.70` | `2.42x` |
20+
|| [Apollo GraphQL] | `889.32` | `113.14` | `1.94x` |
21+
|| [Netflix DGS] | `807.91` | `124.17` | `1.76x` |
22+
|| [Hasura] | `458.75` | `219.19` | `1.00x` |
2323
| 3 | `{ greet }` |
24-
|| [Tailcall] | `39,103.70` | `2.56` | `27.25x` |
25-
|| [Caliban] | `32,745.30` | `3.06` | `22.82x` |
26-
|| [async-graphql] | `23,591.10` | `4.27` | `16.44x` |
27-
|| [Gqlgen] | `23,446.80` | `9.81` | `16.34x` |
28-
|| [GraphQL JIT] | `4,590.09` | `21.74` | `3.20x` |
29-
|| [Netflix DGS] | `4,141.41` | `28.40` | `2.89x` |
30-
|| [Apollo GraphQL] | `4,043.27` | `27.87` | `2.82x` |
31-
|| [Hasura] | `1,435.21` | `72.85` | `1.00x` |
24+
|| [Tailcall] | `38,395.80` | `2.62` | `26.49x` |
25+
|| [Caliban] | `33,062.10` | `3.02` | `22.81x` |
26+
|| [Gqlgen] | `24,083.90` | `9.61` | `16.62x` |
27+
|| [async-graphql] | `23,551.70` | `4.27` | `16.25x` |
28+
|| [GraphQL JIT] | `4,547.67` | `21.94` | `3.14x` |
29+
|| [Netflix DGS] | `4,204.97` | `28.09` | `2.90x` |
30+
|| [Apollo GraphQL] | `4,045.00` | `27.18` | `2.79x` |
31+
|| [Hasura] | `1,449.36` | `68.79` | `1.00x` |
3232

3333
<!-- PERFORMANCE_RESULTS_END -->

0 commit comments

Comments
 (0)