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

Commit d988e65

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

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] | `20,923.30` | `4.77` | `169.91x` |
55-
|| [GraphQL JIT] | `1,151.18` | `86.36` | `9.35x` |
56-
|| [async-graphql] | `986.30` | `100.70` | `8.01x` |
57-
|| [Caliban] | `743.84` | `134.83` | `6.04x` |
58-
|| [Gqlgen] | `389.93` | `252.69` | `3.17x` |
59-
|| [Netflix DGS] | `187.54` | `514.43` | `1.52x` |
60-
|| [Apollo GraphQL] | `129.99` | `702.28` | `1.06x` |
61-
|| [Hasura] | `123.14` | `733.74` | `1.00x` |
54+
|| [Tailcall] | `21,623.00` | `4.61` | `185.18x` |
55+
|| [GraphQL JIT] | `1,141.93` | `86.94` | `9.78x` |
56+
|| [async-graphql] | `956.85` | `103.79` | `8.19x` |
57+
|| [Caliban] | `780.11` | `128.81` | `6.68x` |
58+
|| [Gqlgen] | `392.88` | `250.95` | `3.36x` |
59+
|| [Netflix DGS] | `188.64` | `510.34` | `1.62x` |
60+
|| [Apollo GraphQL] | `128.14` | `714.87` | `1.10x` |
61+
|| [Hasura] | `116.77` | `700.57` | `1.00x` |
6262
| 2 | `{ posts { title }}` |
63-
|| [Tailcall] | `32,730.80` | `3.05` | `76.60x` |
64-
|| [async-graphql] | `5,116.67` | `19.59` | `11.97x` |
65-
|| [Caliban] | `4,666.05` | `21.97` | `10.92x` |
66-
|| [GraphQL JIT] | `1,180.68` | `84.53` | `2.76x` |
67-
|| [Gqlgen] | `1,050.21` | `104.47` | `2.46x` |
68-
|| [Apollo GraphQL] | `855.42` | `117.43` | `2.00x` |
69-
|| [Netflix DGS] | `805.43` | `124.89` | `1.89x` |
70-
|| [Hasura] | `427.28` | `243.98` | `1.00x` |
63+
|| [Tailcall] | `32,833.60` | `3.04` | `79.67x` |
64+
|| [async-graphql] | `4,920.21` | `20.33` | `11.94x` |
65+
|| [Caliban] | `4,824.16` | `21.22` | `11.71x` |
66+
|| [GraphQL JIT] | `1,177.78` | `84.72` | `2.86x` |
67+
|| [Gqlgen] | `1,106.50` | `99.22` | `2.68x` |
68+
|| [Apollo GraphQL] | `878.12` | `114.33` | `2.13x` |
69+
|| [Netflix DGS] | `800.72` | `125.32` | `1.94x` |
70+
|| [Hasura] | `412.11` | `241.63` | `1.00x` |
7171
| 3 | `{ greet }` |
72-
|| [Tailcall] | `39,258.40` | `2.55` | `25.13x` |
73-
|| [Caliban] | `33,429.00` | `3.00` | `21.40x` |
74-
|| [Gqlgen] | `24,181.60` | `8.56` | `15.48x` |
75-
|| [async-graphql] | `23,337.00` | `4.30` | `14.94x` |
76-
|| [GraphQL JIT] | `4,676.77` | `21.33` | `2.99x` |
77-
|| [Netflix DGS] | `4,166.64` | `28.25` | `2.67x` |
78-
|| [Apollo GraphQL] | `3,846.94` | `29.29` | `2.46x` |
79-
|| [Hasura] | `1,562.16` | `64.97` | `1.00x` |
72+
|| [Tailcall] | `39,221.30` | `2.55` | `24.94x` |
73+
|| [Caliban] | `33,565.70` | `3.00` | `21.34x` |
74+
|| [Gqlgen] | `24,807.80` | `8.60` | `15.77x` |
75+
|| [async-graphql] | `23,465.90` | `4.27` | `14.92x` |
76+
|| [GraphQL JIT] | `4,785.57` | `20.83` | `3.04x` |
77+
|| [Netflix DGS] | `4,218.48` | `28.62` | `2.68x` |
78+
|| [Apollo GraphQL] | `3,925.94` | `28.38` | `2.50x` |
79+
|| [Hasura] | `1,572.88` | `65.95` | `1.00x` |
8080

8181
<!-- PERFORMANCE_RESULTS_END -->
8282

assets/latency_histogram1.png

-6 Bytes
Loading

assets/latency_histogram2.png

-6 Bytes
Loading

assets/latency_histogram3.png

-2 Bytes
Loading

assets/req_sec_histogram1.png

68 Bytes
Loading

assets/req_sec_histogram2.png

-3 Bytes
Loading

assets/req_sec_histogram3.png

8 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] | `20,923.30` | `4.77` | `169.91x` |
7-
|| [GraphQL JIT] | `1,151.18` | `86.36` | `9.35x` |
8-
|| [async-graphql] | `986.30` | `100.70` | `8.01x` |
9-
|| [Caliban] | `743.84` | `134.83` | `6.04x` |
10-
|| [Gqlgen] | `389.93` | `252.69` | `3.17x` |
11-
|| [Netflix DGS] | `187.54` | `514.43` | `1.52x` |
12-
|| [Apollo GraphQL] | `129.99` | `702.28` | `1.06x` |
13-
|| [Hasura] | `123.14` | `733.74` | `1.00x` |
6+
|| [Tailcall] | `21,623.00` | `4.61` | `185.18x` |
7+
|| [GraphQL JIT] | `1,141.93` | `86.94` | `9.78x` |
8+
|| [async-graphql] | `956.85` | `103.79` | `8.19x` |
9+
|| [Caliban] | `780.11` | `128.81` | `6.68x` |
10+
|| [Gqlgen] | `392.88` | `250.95` | `3.36x` |
11+
|| [Netflix DGS] | `188.64` | `510.34` | `1.62x` |
12+
|| [Apollo GraphQL] | `128.14` | `714.87` | `1.10x` |
13+
|| [Hasura] | `116.77` | `700.57` | `1.00x` |
1414
| 2 | `{ posts { title }}` |
15-
|| [Tailcall] | `32,730.80` | `3.05` | `76.60x` |
16-
|| [async-graphql] | `5,116.67` | `19.59` | `11.97x` |
17-
|| [Caliban] | `4,666.05` | `21.97` | `10.92x` |
18-
|| [GraphQL JIT] | `1,180.68` | `84.53` | `2.76x` |
19-
|| [Gqlgen] | `1,050.21` | `104.47` | `2.46x` |
20-
|| [Apollo GraphQL] | `855.42` | `117.43` | `2.00x` |
21-
|| [Netflix DGS] | `805.43` | `124.89` | `1.89x` |
22-
|| [Hasura] | `427.28` | `243.98` | `1.00x` |
15+
|| [Tailcall] | `32,833.60` | `3.04` | `79.67x` |
16+
|| [async-graphql] | `4,920.21` | `20.33` | `11.94x` |
17+
|| [Caliban] | `4,824.16` | `21.22` | `11.71x` |
18+
|| [GraphQL JIT] | `1,177.78` | `84.72` | `2.86x` |
19+
|| [Gqlgen] | `1,106.50` | `99.22` | `2.68x` |
20+
|| [Apollo GraphQL] | `878.12` | `114.33` | `2.13x` |
21+
|| [Netflix DGS] | `800.72` | `125.32` | `1.94x` |
22+
|| [Hasura] | `412.11` | `241.63` | `1.00x` |
2323
| 3 | `{ greet }` |
24-
|| [Tailcall] | `39,258.40` | `2.55` | `25.13x` |
25-
|| [Caliban] | `33,429.00` | `3.00` | `21.40x` |
26-
|| [Gqlgen] | `24,181.60` | `8.56` | `15.48x` |
27-
|| [async-graphql] | `23,337.00` | `4.30` | `14.94x` |
28-
|| [GraphQL JIT] | `4,676.77` | `21.33` | `2.99x` |
29-
|| [Netflix DGS] | `4,166.64` | `28.25` | `2.67x` |
30-
|| [Apollo GraphQL] | `3,846.94` | `29.29` | `2.46x` |
31-
|| [Hasura] | `1,562.16` | `64.97` | `1.00x` |
24+
|| [Tailcall] | `39,221.30` | `2.55` | `24.94x` |
25+
|| [Caliban] | `33,565.70` | `3.00` | `21.34x` |
26+
|| [Gqlgen] | `24,807.80` | `8.60` | `15.77x` |
27+
|| [async-graphql] | `23,465.90` | `4.27` | `14.92x` |
28+
|| [GraphQL JIT] | `4,785.57` | `20.83` | `3.04x` |
29+
|| [Netflix DGS] | `4,218.48` | `28.62` | `2.68x` |
30+
|| [Apollo GraphQL] | `3,925.94` | `28.38` | `2.50x` |
31+
|| [Hasura] | `1,572.88` | `65.95` | `1.00x` |
3232

3333
<!-- PERFORMANCE_RESULTS_END -->

0 commit comments

Comments
 (0)