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

Commit 03ead27

Browse files
actions-usergithub-actions[bot]
authored andcommitted
[ci skip] update performance results in README.md
1 parent 57f9be4 commit 03ead27

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,370.40` | `4.67` | `188.98x` |
55-
|| [GraphQL JIT] | `1,122.63` | `88.53` | `9.93x` |
56-
|| [async-graphql] | `990.78` | `100.22` | `8.76x` |
57-
|| [Caliban] | `749.13` | `134.02` | `6.62x` |
58-
|| [Gqlgen] | `355.97` | `276.46` | `3.15x` |
59-
|| [Netflix DGS] | `188.64` | `511.86` | `1.67x` |
60-
|| [Apollo GraphQL] | `123.91` | `729.55` | `1.10x` |
61-
|| [Hasura] | `113.08` | `777.90` | `1.00x` |
54+
|| [Tailcall] | `21,643.60` | `4.61` | `184.54x` |
55+
|| [GraphQL JIT] | `1,066.12` | `93.24` | `9.09x` |
56+
|| [async-graphql] | `977.11` | `101.60` | `8.33x` |
57+
|| [Caliban] | `666.33` | `152.72` | `5.68x` |
58+
|| [Gqlgen] | `394.16` | `250.22` | `3.36x` |
59+
|| [Netflix DGS] | `186.87` | `517.52` | `1.59x` |
60+
|| [Apollo GraphQL] | `133.23` | `689.35` | `1.14x` |
61+
|| [Hasura] | `117.29` | `786.43` | `1.00x` |
6262
| 2 | `{ posts { title }}` |
63-
|| [Tailcall] | `33,229.50` | `3.01` | `77.18x` |
64-
|| [async-graphql] | `5,206.61` | `19.20` | `12.09x` |
65-
|| [Caliban] | `4,651.63` | `22.12` | `10.80x` |
66-
|| [GraphQL JIT] | `1,150.79` | `86.74` | `2.67x` |
67-
|| [Gqlgen] | `1,051.49` | `104.59` | `2.44x` |
68-
|| [Apollo GraphQL] | `855.01` | `117.28` | `1.99x` |
69-
|| [Netflix DGS] | `813.40` | `123.58` | `1.89x` |
70-
|| [Hasura] | `430.56` | `233.62` | `1.00x` |
63+
|| [Tailcall] | `33,181.20` | `3.01` | `73.80x` |
64+
|| [async-graphql] | `4,996.34` | `20.02` | `11.11x` |
65+
|| [Caliban] | `4,885.34` | `20.90` | `10.87x` |
66+
|| [Gqlgen] | `1,118.38` | `97.58` | `2.49x` |
67+
|| [GraphQL JIT] | `1,092.31` | `91.33` | `2.43x` |
68+
|| [Apollo GraphQL] | `911.34` | `109.97` | `2.03x` |
69+
|| [Netflix DGS] | `799.78` | `125.97` | `1.78x` |
70+
|| [Hasura] | `449.60` | `233.92` | `1.00x` |
7171
| 3 | `{ greet }` |
72-
|| [Tailcall] | `40,279.30` | `2.49` | `25.23x` |
73-
|| [Caliban] | `33,199.60` | `3.03` | `20.80x` |
74-
|| [async-graphql] | `23,368.90` | `4.33` | `14.64x` |
75-
|| [Gqlgen] | `22,782.10` | `10.85` | `14.27x` |
76-
|| [GraphQL JIT] | `4,658.04` | `21.41` | `2.92x` |
77-
|| [Netflix DGS] | `4,247.32` | `28.18` | `2.66x` |
78-
|| [Apollo GraphQL] | `3,911.96` | `28.62` | `2.45x` |
79-
|| [Hasura] | `1,596.28` | `64.59` | `1.00x` |
72+
|| [Tailcall] | `39,792.30` | `2.52` | `26.51x` |
73+
|| [Caliban] | `33,803.90` | `2.97` | `22.52x` |
74+
|| [Gqlgen] | `24,184.30` | `9.18` | `16.11x` |
75+
|| [async-graphql] | `22,607.70` | `4.47` | `15.06x` |
76+
|| [GraphQL JIT] | `4,534.50` | `21.99` | `3.02x` |
77+
|| [Apollo GraphQL] | `4,169.39` | `26.59` | `2.78x` |
78+
|| [Netflix DGS] | `4,117.66` | `28.63` | `2.74x` |
79+
|| [Hasura] | `1,500.77` | `66.81` | `1.00x` |
8080

8181
<!-- PERFORMANCE_RESULTS_END -->
8282

assets/latency_histogram1.png

-1 Bytes
Loading

assets/latency_histogram2.png

-14 Bytes
Loading

assets/latency_histogram3.png

652 Bytes
Loading

assets/req_sec_histogram1.png

18 Bytes
Loading

assets/req_sec_histogram2.png

-31 Bytes
Loading

assets/req_sec_histogram3.png

6 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,370.40` | `4.67` | `188.98x` |
7-
|| [GraphQL JIT] | `1,122.63` | `88.53` | `9.93x` |
8-
|| [async-graphql] | `990.78` | `100.22` | `8.76x` |
9-
|| [Caliban] | `749.13` | `134.02` | `6.62x` |
10-
|| [Gqlgen] | `355.97` | `276.46` | `3.15x` |
11-
|| [Netflix DGS] | `188.64` | `511.86` | `1.67x` |
12-
|| [Apollo GraphQL] | `123.91` | `729.55` | `1.10x` |
13-
|| [Hasura] | `113.08` | `777.90` | `1.00x` |
6+
|| [Tailcall] | `21,643.60` | `4.61` | `184.54x` |
7+
|| [GraphQL JIT] | `1,066.12` | `93.24` | `9.09x` |
8+
|| [async-graphql] | `977.11` | `101.60` | `8.33x` |
9+
|| [Caliban] | `666.33` | `152.72` | `5.68x` |
10+
|| [Gqlgen] | `394.16` | `250.22` | `3.36x` |
11+
|| [Netflix DGS] | `186.87` | `517.52` | `1.59x` |
12+
|| [Apollo GraphQL] | `133.23` | `689.35` | `1.14x` |
13+
|| [Hasura] | `117.29` | `786.43` | `1.00x` |
1414
| 2 | `{ posts { title }}` |
15-
|| [Tailcall] | `33,229.50` | `3.01` | `77.18x` |
16-
|| [async-graphql] | `5,206.61` | `19.20` | `12.09x` |
17-
|| [Caliban] | `4,651.63` | `22.12` | `10.80x` |
18-
|| [GraphQL JIT] | `1,150.79` | `86.74` | `2.67x` |
19-
|| [Gqlgen] | `1,051.49` | `104.59` | `2.44x` |
20-
|| [Apollo GraphQL] | `855.01` | `117.28` | `1.99x` |
21-
|| [Netflix DGS] | `813.40` | `123.58` | `1.89x` |
22-
|| [Hasura] | `430.56` | `233.62` | `1.00x` |
15+
|| [Tailcall] | `33,181.20` | `3.01` | `73.80x` |
16+
|| [async-graphql] | `4,996.34` | `20.02` | `11.11x` |
17+
|| [Caliban] | `4,885.34` | `20.90` | `10.87x` |
18+
|| [Gqlgen] | `1,118.38` | `97.58` | `2.49x` |
19+
|| [GraphQL JIT] | `1,092.31` | `91.33` | `2.43x` |
20+
|| [Apollo GraphQL] | `911.34` | `109.97` | `2.03x` |
21+
|| [Netflix DGS] | `799.78` | `125.97` | `1.78x` |
22+
|| [Hasura] | `449.60` | `233.92` | `1.00x` |
2323
| 3 | `{ greet }` |
24-
|| [Tailcall] | `40,279.30` | `2.49` | `25.23x` |
25-
|| [Caliban] | `33,199.60` | `3.03` | `20.80x` |
26-
|| [async-graphql] | `23,368.90` | `4.33` | `14.64x` |
27-
|| [Gqlgen] | `22,782.10` | `10.85` | `14.27x` |
28-
|| [GraphQL JIT] | `4,658.04` | `21.41` | `2.92x` |
29-
|| [Netflix DGS] | `4,247.32` | `28.18` | `2.66x` |
30-
|| [Apollo GraphQL] | `3,911.96` | `28.62` | `2.45x` |
31-
|| [Hasura] | `1,596.28` | `64.59` | `1.00x` |
24+
|| [Tailcall] | `39,792.30` | `2.52` | `26.51x` |
25+
|| [Caliban] | `33,803.90` | `2.97` | `22.52x` |
26+
|| [Gqlgen] | `24,184.30` | `9.18` | `16.11x` |
27+
|| [async-graphql] | `22,607.70` | `4.47` | `15.06x` |
28+
|| [GraphQL JIT] | `4,534.50` | `21.99` | `3.02x` |
29+
|| [Apollo GraphQL] | `4,169.39` | `26.59` | `2.78x` |
30+
|| [Netflix DGS] | `4,117.66` | `28.63` | `2.74x` |
31+
|| [Hasura] | `1,500.77` | `66.81` | `1.00x` |
3232

3333
<!-- PERFORMANCE_RESULTS_END -->

0 commit comments

Comments
 (0)