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

Commit 5de1cf5

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

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,005.00` | `4.53` | `184.44x` |
55-
|| [GraphQL JIT] | `1,097.60` | `90.70` | `9.20x` |
56-
|| [async-graphql] | `993.60` | `99.91` | `8.33x` |
57-
|| [Caliban] | `692.48` | `144.92` | `5.80x` |
58-
|| [Gqlgen] | `394.77` | `249.85` | `3.31x` |
59-
|| [Netflix DGS] | `188.55` | `514.71` | `1.58x` |
60-
|| [Apollo GraphQL] | `134.54` | `685.01` | `1.13x` |
61-
|| [Hasura] | `119.31` | `752.74` | `1.00x` |
54+
|| [Tailcall] | `21,130.70` | `4.73` | `177.93x` |
55+
|| [GraphQL JIT] | `1,062.15` | `93.55` | `8.94x` |
56+
|| [async-graphql] | `947.19` | `104.78` | `7.98x` |
57+
|| [Caliban] | `738.85` | `136.07` | `6.22x` |
58+
|| [Gqlgen] | `387.34` | `254.36` | `3.26x` |
59+
|| [Netflix DGS] | `186.92` | `517.28` | `1.57x` |
60+
|| [Apollo GraphQL] | `132.21` | `695.16` | `1.11x` |
61+
|| [Hasura] | `118.76` | `774.49` | `1.00x` |
6262
| 2 | `{ posts { title }}` |
63-
|| [Tailcall] | `33,426.30` | `2.99` | `71.48x` |
64-
|| [async-graphql] | `5,105.93` | `19.67` | `10.92x` |
65-
|| [Caliban] | `4,703.56` | `21.76` | `10.06x` |
66-
|| [GraphQL JIT] | `1,133.57` | `88.07` | `2.42x` |
67-
|| [Gqlgen] | `1,107.37` | `98.88` | `2.37x` |
68-
|| [Apollo GraphQL] | `902.39` | `111.10` | `1.93x` |
69-
|| [Netflix DGS] | `802.30` | `125.32` | `1.72x` |
70-
|| [Hasura] | `467.61` | `234.65` | `1.00x` |
63+
|| [Tailcall] | `33,165.00` | `3.02` | `71.28x` |
64+
|| [async-graphql] | `5,065.24` | `20.01` | `10.89x` |
65+
|| [Caliban] | `4,754.92` | `21.56` | `10.22x` |
66+
|| [GraphQL JIT] | `1,135.46` | `87.91` | `2.44x` |
67+
|| [Gqlgen] | `1,101.39` | `99.69` | `2.37x` |
68+
|| [Apollo GraphQL] | `905.12` | `110.95` | `1.95x` |
69+
|| [Netflix DGS] | `807.80` | `124.74` | `1.74x` |
70+
|| [Hasura] | `465.28` | `231.46` | `1.00x` |
7171
| 3 | `{ greet }` |
72-
|| [Tailcall] | `40,001.10` | `2.51` | `26.57x` |
73-
|| [Caliban] | `32,685.40` | `3.08` | `21.71x` |
74-
|| [Gqlgen] | `24,465.20` | `7.97` | `16.25x` |
75-
|| [async-graphql] | `24,078.80` | `4.15` | `15.99x` |
76-
|| [GraphQL JIT] | `4,491.10` | `22.22` | `2.98x` |
77-
|| [Netflix DGS] | `4,165.80` | `28.34` | `2.77x` |
78-
|| [Apollo GraphQL] | `4,069.11` | `28.04` | `2.70x` |
79-
|| [Hasura] | `1,505.50` | `67.20` | `1.00x` |
72+
|| [Tailcall] | `39,700.30` | `2.53` | `27.30x` |
73+
|| [Caliban] | `32,756.20` | `3.08` | `22.53x` |
74+
|| [Gqlgen] | `24,512.60` | `8.40` | `16.86x` |
75+
|| [async-graphql] | `23,673.50` | `4.22` | `16.28x` |
76+
|| [GraphQL JIT] | `4,568.26` | `21.84` | `3.14x` |
77+
|| [Netflix DGS] | `4,183.74` | `28.25` | `2.88x` |
78+
|| [Apollo GraphQL] | `4,066.61` | `27.50` | `2.80x` |
79+
|| [Hasura] | `1,454.17` | `68.45` | `1.00x` |
8080

8181
<!-- PERFORMANCE_RESULTS_END -->
8282

assets/latency_histogram1.png

63 Bytes
Loading

assets/latency_histogram2.png

-3 Bytes
Loading

assets/latency_histogram3.png

-24 Bytes
Loading

assets/req_sec_histogram1.png

-48 Bytes
Loading

assets/req_sec_histogram2.png

-486 Bytes
Loading

assets/req_sec_histogram3.png

35 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,005.00` | `4.53` | `184.44x` |
7-
|| [GraphQL JIT] | `1,097.60` | `90.70` | `9.20x` |
8-
|| [async-graphql] | `993.60` | `99.91` | `8.33x` |
9-
|| [Caliban] | `692.48` | `144.92` | `5.80x` |
10-
|| [Gqlgen] | `394.77` | `249.85` | `3.31x` |
11-
|| [Netflix DGS] | `188.55` | `514.71` | `1.58x` |
12-
|| [Apollo GraphQL] | `134.54` | `685.01` | `1.13x` |
13-
|| [Hasura] | `119.31` | `752.74` | `1.00x` |
6+
|| [Tailcall] | `21,130.70` | `4.73` | `177.93x` |
7+
|| [GraphQL JIT] | `1,062.15` | `93.55` | `8.94x` |
8+
|| [async-graphql] | `947.19` | `104.78` | `7.98x` |
9+
|| [Caliban] | `738.85` | `136.07` | `6.22x` |
10+
|| [Gqlgen] | `387.34` | `254.36` | `3.26x` |
11+
|| [Netflix DGS] | `186.92` | `517.28` | `1.57x` |
12+
|| [Apollo GraphQL] | `132.21` | `695.16` | `1.11x` |
13+
|| [Hasura] | `118.76` | `774.49` | `1.00x` |
1414
| 2 | `{ posts { title }}` |
15-
|| [Tailcall] | `33,426.30` | `2.99` | `71.48x` |
16-
|| [async-graphql] | `5,105.93` | `19.67` | `10.92x` |
17-
|| [Caliban] | `4,703.56` | `21.76` | `10.06x` |
18-
|| [GraphQL JIT] | `1,133.57` | `88.07` | `2.42x` |
19-
|| [Gqlgen] | `1,107.37` | `98.88` | `2.37x` |
20-
|| [Apollo GraphQL] | `902.39` | `111.10` | `1.93x` |
21-
|| [Netflix DGS] | `802.30` | `125.32` | `1.72x` |
22-
|| [Hasura] | `467.61` | `234.65` | `1.00x` |
15+
|| [Tailcall] | `33,165.00` | `3.02` | `71.28x` |
16+
|| [async-graphql] | `5,065.24` | `20.01` | `10.89x` |
17+
|| [Caliban] | `4,754.92` | `21.56` | `10.22x` |
18+
|| [GraphQL JIT] | `1,135.46` | `87.91` | `2.44x` |
19+
|| [Gqlgen] | `1,101.39` | `99.69` | `2.37x` |
20+
|| [Apollo GraphQL] | `905.12` | `110.95` | `1.95x` |
21+
|| [Netflix DGS] | `807.80` | `124.74` | `1.74x` |
22+
|| [Hasura] | `465.28` | `231.46` | `1.00x` |
2323
| 3 | `{ greet }` |
24-
|| [Tailcall] | `40,001.10` | `2.51` | `26.57x` |
25-
|| [Caliban] | `32,685.40` | `3.08` | `21.71x` |
26-
|| [Gqlgen] | `24,465.20` | `7.97` | `16.25x` |
27-
|| [async-graphql] | `24,078.80` | `4.15` | `15.99x` |
28-
|| [GraphQL JIT] | `4,491.10` | `22.22` | `2.98x` |
29-
|| [Netflix DGS] | `4,165.80` | `28.34` | `2.77x` |
30-
|| [Apollo GraphQL] | `4,069.11` | `28.04` | `2.70x` |
31-
|| [Hasura] | `1,505.50` | `67.20` | `1.00x` |
24+
|| [Tailcall] | `39,700.30` | `2.53` | `27.30x` |
25+
|| [Caliban] | `32,756.20` | `3.08` | `22.53x` |
26+
|| [Gqlgen] | `24,512.60` | `8.40` | `16.86x` |
27+
|| [async-graphql] | `23,673.50` | `4.22` | `16.28x` |
28+
|| [GraphQL JIT] | `4,568.26` | `21.84` | `3.14x` |
29+
|| [Netflix DGS] | `4,183.74` | `28.25` | `2.88x` |
30+
|| [Apollo GraphQL] | `4,066.61` | `27.50` | `2.80x` |
31+
|| [Hasura] | `1,454.17` | `68.45` | `1.00x` |
3232

3333
<!-- PERFORMANCE_RESULTS_END -->

0 commit comments

Comments
 (0)