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

Commit ac25f25

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

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,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` |
54+
|| [Tailcall] | `21,271.00` | `4.69` | `175.76x` |
55+
|| [GraphQL JIT] | `1,118.83` | `88.83` | `9.24x` |
56+
|| [async-graphql] | `996.65` | `99.44` | `8.24x` |
57+
|| [Caliban] | `764.78` | `132.36` | `6.32x` |
58+
|| [Gqlgen] | `381.48` | `258.43` | `3.15x` |
59+
|| [Netflix DGS] | `183.98` | `527.07` | `1.52x` |
60+
|| [Apollo GraphQL] | `123.22` | `733.87` | `1.02x` |
61+
|| [Hasura] | `121.02` | `757.62` | `1.00x` |
6262
| 2 | `{ posts { title }}` |
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` |
63+
|| [Tailcall] | `32,322.70` | `3.09` | `69.19x` |
64+
|| [async-graphql] | `5,064.34` | `19.82` | `10.84x` |
65+
|| [Caliban] | `4,780.67` | `21.40` | `10.23x` |
66+
|| [GraphQL JIT] | `1,152.67` | `86.59` | `2.47x` |
67+
|| [Gqlgen] | `1,092.08` | `100.76` | `2.34x` |
68+
|| [Apollo GraphQL] | `835.09` | `120.08` | `1.79x` |
69+
|| [Netflix DGS] | `800.46` | `126.09` | `1.71x` |
70+
|| [Hasura] | `467.16` | `215.16` | `1.00x` |
7171
| 3 | `{ greet }` |
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` |
72+
|| [Tailcall] | `38,699.40` | `2.58` | `23.68x` |
73+
|| [Caliban] | `33,683.20` | `2.99` | `20.61x` |
74+
|| [Gqlgen] | `24,317.60` | `9.21` | `14.88x` |
75+
|| [async-graphql] | `22,959.90` | `4.42` | `14.05x` |
76+
|| [GraphQL JIT] | `4,655.28` | `21.43` | `2.85x` |
77+
|| [Netflix DGS] | `4,235.36` | `28.23` | `2.59x` |
78+
|| [Apollo GraphQL] | `3,970.00` | `27.87` | `2.43x` |
79+
|| [Hasura] | `1,634.54` | `63.15` | `1.00x` |
8080

8181
<!-- PERFORMANCE_RESULTS_END -->
8282

assets/latency_histogram1.png

-8 Bytes
Loading

assets/latency_histogram2.png

-22 Bytes
Loading

assets/latency_histogram3.png

-581 Bytes
Loading

assets/req_sec_histogram1.png

54 Bytes
Loading

assets/req_sec_histogram2.png

1 Byte
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,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` |
6+
|| [Tailcall] | `21,271.00` | `4.69` | `175.76x` |
7+
|| [GraphQL JIT] | `1,118.83` | `88.83` | `9.24x` |
8+
|| [async-graphql] | `996.65` | `99.44` | `8.24x` |
9+
|| [Caliban] | `764.78` | `132.36` | `6.32x` |
10+
|| [Gqlgen] | `381.48` | `258.43` | `3.15x` |
11+
|| [Netflix DGS] | `183.98` | `527.07` | `1.52x` |
12+
|| [Apollo GraphQL] | `123.22` | `733.87` | `1.02x` |
13+
|| [Hasura] | `121.02` | `757.62` | `1.00x` |
1414
| 2 | `{ posts { title }}` |
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` |
15+
|| [Tailcall] | `32,322.70` | `3.09` | `69.19x` |
16+
|| [async-graphql] | `5,064.34` | `19.82` | `10.84x` |
17+
|| [Caliban] | `4,780.67` | `21.40` | `10.23x` |
18+
|| [GraphQL JIT] | `1,152.67` | `86.59` | `2.47x` |
19+
|| [Gqlgen] | `1,092.08` | `100.76` | `2.34x` |
20+
|| [Apollo GraphQL] | `835.09` | `120.08` | `1.79x` |
21+
|| [Netflix DGS] | `800.46` | `126.09` | `1.71x` |
22+
|| [Hasura] | `467.16` | `215.16` | `1.00x` |
2323
| 3 | `{ greet }` |
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` |
24+
|| [Tailcall] | `38,699.40` | `2.58` | `23.68x` |
25+
|| [Caliban] | `33,683.20` | `2.99` | `20.61x` |
26+
|| [Gqlgen] | `24,317.60` | `9.21` | `14.88x` |
27+
|| [async-graphql] | `22,959.90` | `4.42` | `14.05x` |
28+
|| [GraphQL JIT] | `4,655.28` | `21.43` | `2.85x` |
29+
|| [Netflix DGS] | `4,235.36` | `28.23` | `2.59x` |
30+
|| [Apollo GraphQL] | `3,970.00` | `27.87` | `2.43x` |
31+
|| [Hasura] | `1,634.54` | `63.15` | `1.00x` |
3232

3333
<!-- PERFORMANCE_RESULTS_END -->

0 commit comments

Comments
 (0)