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

Commit 3f55fe3

Browse files
actions-usergithub-actions[bot]
authored andcommitted
[ci skip] update performance results in README.md
1 parent 2cb97ed commit 3f55fe3

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] | `22,014.60` | `4.53` | `186.46x` |
55-
|| [GraphQL JIT] | `1,117.42` | `89.04` | `9.46x` |
56-
|| [async-graphql] | `959.94` | `103.33` | `8.13x` |
57-
|| [Caliban] | `809.91` | `123.63` | `6.86x` |
58-
|| [Gqlgen] | `371.40` | `265.31` | `3.15x` |
59-
|| [Netflix DGS] | `184.02` | `523.94` | `1.56x` |
60-
|| [Apollo GraphQL] | `130.12` | `705.56` | `1.10x` |
61-
|| [Hasura] | `118.06` | `781.95` | `1.00x` |
54+
|| [Tailcall] | `21,833.50` | `4.57` | `186.79x` |
55+
|| [GraphQL JIT] | `1,089.43` | `91.25` | `9.32x` |
56+
|| [async-graphql] | `1,006.43` | `98.70` | `8.61x` |
57+
|| [Caliban] | `802.15` | `124.60` | `6.86x` |
58+
|| [Gqlgen] | `374.32` | `263.23` | `3.20x` |
59+
|| [Netflix DGS] | `187.63` | `513.47` | `1.61x` |
60+
|| [Apollo GraphQL] | `125.71` | `724.34` | `1.08x` |
61+
|| [Hasura] | `116.89` | `736.58` | `1.00x` |
6262
| 2 | `{ posts { title }}` |
63-
|| [Tailcall] | `33,352.60` | `3.00` | `70.26x` |
64-
|| [async-graphql] | `5,096.01` | `19.67` | `10.74x` |
65-
|| [Caliban] | `4,978.06` | `20.56` | `10.49x` |
66-
|| [GraphQL JIT] | `1,191.85` | `83.74` | `2.51x` |
67-
|| [Gqlgen] | `1,092.16` | `100.02` | `2.30x` |
68-
|| [Apollo GraphQL] | `885.60` | `113.28` | `1.87x` |
69-
|| [Netflix DGS] | `805.73` | `124.37` | `1.70x` |
70-
|| [Hasura] | `474.69` | `217.56` | `1.00x` |
63+
|| [Tailcall] | `32,918.60` | `3.04` | `77.51x` |
64+
|| [async-graphql] | `5,159.52` | `19.70` | `12.15x` |
65+
|| [Caliban] | `4,894.63` | `20.91` | `11.53x` |
66+
|| [GraphQL JIT] | `1,109.37` | `89.95` | `2.61x` |
67+
|| [Gqlgen] | `1,093.13` | `100.96` | `2.57x` |
68+
|| [Apollo GraphQL] | `868.20` | `115.64` | `2.04x` |
69+
|| [Netflix DGS] | `801.39` | `125.42` | `1.89x` |
70+
|| [Hasura] | `424.68` | `249.09` | `1.00x` |
7171
| 3 | `{ greet }` |
72-
|| [Tailcall] | `39,443.30` | `2.54` | `24.72x` |
73-
|| [Caliban] | `33,070.60` | `3.03` | `20.72x` |
74-
|| [Gqlgen] | `24,613.40` | `9.16` | `15.42x` |
75-
|| [async-graphql] | `23,850.50` | `4.20` | `14.95x` |
76-
|| [GraphQL JIT] | `4,686.12` | `21.30` | `2.94x` |
77-
|| [Netflix DGS] | `4,155.11` | `28.77` | `2.60x` |
78-
|| [Apollo GraphQL] | `3,982.33` | `27.41` | `2.50x` |
79-
|| [Hasura] | `1,595.79` | `62.51` | `1.00x` |
72+
|| [Tailcall] | `39,763.80` | `2.52` | `26.28x` |
73+
|| [Caliban] | `32,767.50` | `3.05` | `21.65x` |
74+
|| [async-graphql] | `24,198.50` | `4.13` | `15.99x` |
75+
|| [Gqlgen] | `24,071.60` | `8.87` | `15.91x` |
76+
|| [GraphQL JIT] | `4,461.85` | `22.35` | `2.95x` |
77+
|| [Netflix DGS] | `4,119.28` | `28.78` | `2.72x` |
78+
|| [Apollo GraphQL] | `3,914.85` | `28.48` | `2.59x` |
79+
|| [Hasura] | `1,513.34` | `66.59` | `1.00x` |
8080

8181
<!-- PERFORMANCE_RESULTS_END -->
8282

assets/latency_histogram1.png

-729 Bytes
Loading

assets/latency_histogram2.png

7 Bytes
Loading

assets/latency_histogram3.png

573 Bytes
Loading

assets/req_sec_histogram1.png

-6 Bytes
Loading

assets/req_sec_histogram2.png

-501 Bytes
Loading

assets/req_sec_histogram3.png

9 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] | `22,014.60` | `4.53` | `186.46x` |
7-
|| [GraphQL JIT] | `1,117.42` | `89.04` | `9.46x` |
8-
|| [async-graphql] | `959.94` | `103.33` | `8.13x` |
9-
|| [Caliban] | `809.91` | `123.63` | `6.86x` |
10-
|| [Gqlgen] | `371.40` | `265.31` | `3.15x` |
11-
|| [Netflix DGS] | `184.02` | `523.94` | `1.56x` |
12-
|| [Apollo GraphQL] | `130.12` | `705.56` | `1.10x` |
13-
|| [Hasura] | `118.06` | `781.95` | `1.00x` |
6+
|| [Tailcall] | `21,833.50` | `4.57` | `186.79x` |
7+
|| [GraphQL JIT] | `1,089.43` | `91.25` | `9.32x` |
8+
|| [async-graphql] | `1,006.43` | `98.70` | `8.61x` |
9+
|| [Caliban] | `802.15` | `124.60` | `6.86x` |
10+
|| [Gqlgen] | `374.32` | `263.23` | `3.20x` |
11+
|| [Netflix DGS] | `187.63` | `513.47` | `1.61x` |
12+
|| [Apollo GraphQL] | `125.71` | `724.34` | `1.08x` |
13+
|| [Hasura] | `116.89` | `736.58` | `1.00x` |
1414
| 2 | `{ posts { title }}` |
15-
|| [Tailcall] | `33,352.60` | `3.00` | `70.26x` |
16-
|| [async-graphql] | `5,096.01` | `19.67` | `10.74x` |
17-
|| [Caliban] | `4,978.06` | `20.56` | `10.49x` |
18-
|| [GraphQL JIT] | `1,191.85` | `83.74` | `2.51x` |
19-
|| [Gqlgen] | `1,092.16` | `100.02` | `2.30x` |
20-
|| [Apollo GraphQL] | `885.60` | `113.28` | `1.87x` |
21-
|| [Netflix DGS] | `805.73` | `124.37` | `1.70x` |
22-
|| [Hasura] | `474.69` | `217.56` | `1.00x` |
15+
|| [Tailcall] | `32,918.60` | `3.04` | `77.51x` |
16+
|| [async-graphql] | `5,159.52` | `19.70` | `12.15x` |
17+
|| [Caliban] | `4,894.63` | `20.91` | `11.53x` |
18+
|| [GraphQL JIT] | `1,109.37` | `89.95` | `2.61x` |
19+
|| [Gqlgen] | `1,093.13` | `100.96` | `2.57x` |
20+
|| [Apollo GraphQL] | `868.20` | `115.64` | `2.04x` |
21+
|| [Netflix DGS] | `801.39` | `125.42` | `1.89x` |
22+
|| [Hasura] | `424.68` | `249.09` | `1.00x` |
2323
| 3 | `{ greet }` |
24-
|| [Tailcall] | `39,443.30` | `2.54` | `24.72x` |
25-
|| [Caliban] | `33,070.60` | `3.03` | `20.72x` |
26-
|| [Gqlgen] | `24,613.40` | `9.16` | `15.42x` |
27-
|| [async-graphql] | `23,850.50` | `4.20` | `14.95x` |
28-
|| [GraphQL JIT] | `4,686.12` | `21.30` | `2.94x` |
29-
|| [Netflix DGS] | `4,155.11` | `28.77` | `2.60x` |
30-
|| [Apollo GraphQL] | `3,982.33` | `27.41` | `2.50x` |
31-
|| [Hasura] | `1,595.79` | `62.51` | `1.00x` |
24+
|| [Tailcall] | `39,763.80` | `2.52` | `26.28x` |
25+
|| [Caliban] | `32,767.50` | `3.05` | `21.65x` |
26+
|| [async-graphql] | `24,198.50` | `4.13` | `15.99x` |
27+
|| [Gqlgen] | `24,071.60` | `8.87` | `15.91x` |
28+
|| [GraphQL JIT] | `4,461.85` | `22.35` | `2.95x` |
29+
|| [Netflix DGS] | `4,119.28` | `28.78` | `2.72x` |
30+
|| [Apollo GraphQL] | `3,914.85` | `28.48` | `2.59x` |
31+
|| [Hasura] | `1,513.34` | `66.59` | `1.00x` |
3232

3333
<!-- PERFORMANCE_RESULTS_END -->

0 commit comments

Comments
 (0)