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

Commit 736026f

Browse files
actions-usergithub-actions[bot]
authored andcommitted
Update performance results in README.md
1 parent 6338c28 commit 736026f

File tree

8 files changed

+42
-42
lines changed

8 files changed

+42
-42
lines changed

README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -50,29 +50,29 @@ Get started with the benchmarks:
5050
| Query | Server | Requests/sec | Latency (ms) | Relative |
5151
|-------:|--------:|--------------:|--------------:|---------:|
5252
| 1 | `{ posts { id userId title user { id name email }}}` |
53-
|| [Tailcall] | `27,555.80` | `3.61` | `105.99x` |
54-
|| [async-graphql] | `1,614.09` | `62.05` | `6.21x` |
55-
|| [Caliban] | `1,515.67` | `65.59` | `5.83x` |
56-
|| [Hasura] | `1,285.42` | `78.55` | `4.94x` |
57-
|| [Gqlgen] | `614.70` | `162.08` | `2.36x` |
58-
|| [Netflix DGS] | `351.78` | `209.52` | `1.35x` |
59-
|| [Apollo GraphQL] | `259.99` | `378.04` | `1.00x` |
53+
|| [Tailcall] | `30,158.70` | `3.30` | `105.66x` |
54+
|| [async-graphql] | `1,688.26` | `60.72` | `5.91x` |
55+
|| [Caliban] | `1,561.81` | `63.68` | `5.47x` |
56+
|| [Hasura] | `1,472.13` | `67.66` | `5.16x` |
57+
|| [Gqlgen] | `657.40` | `151.89` | `2.30x` |
58+
|| [Netflix DGS] | `363.69` | `162.42` | `1.27x` |
59+
|| [Apollo GraphQL] | `285.43` | `345.82` | `1.00x` |
6060
| 2 | `{ posts { title }}` |
61-
|| [Tailcall] | `57,898.80` | `1.72` | `36.99x` |
62-
|| [Caliban] | `9,219.19` | `11.21` | `5.89x` |
63-
|| [async-graphql] | `8,319.61` | `12.03` | `5.32x` |
64-
|| [Hasura] | `2,181.93` | `45.80` | `1.39x` |
65-
|| [Gqlgen] | `2,118.07` | `48.44` | `1.35x` |
66-
|| [Apollo GraphQL] | `1,626.41` | `61.40` | `1.04x` |
67-
|| [Netflix DGS] | `1,565.25` | `70.23` | `1.00x` |
61+
|| [Tailcall] | `62,409.00` | `1.59` | `38.75x` |
62+
|| [Caliban] | `9,274.35` | `11.13` | `5.76x` |
63+
|| [async-graphql] | `8,615.45` | `11.69` | `5.35x` |
64+
|| [Hasura] | `2,457.92` | `40.64` | `1.53x` |
65+
|| [Gqlgen] | `2,260.61` | `45.46` | `1.40x` |
66+
|| [Apollo GraphQL] | `1,787.09` | `55.89` | `1.11x` |
67+
|| [Netflix DGS] | `1,610.50` | `68.66` | `1.00x` |
6868
| 3 | `{ greet }` |
69-
|| [Tailcall] | `62,556.00` | `1.61` | `26.32x` |
70-
|| [async-graphql] | `49,131.90` | `2.07` | `20.67x` |
71-
|| [Gqlgen] | `46,347.60` | `5.74` | `19.50x` |
72-
|| [Caliban] | `45,176.40` | `2.56` | `19.01x` |
73-
|| [Netflix DGS] | `8,087.36` | `14.76` | `3.40x` |
74-
|| [Apollo GraphQL] | `7,765.66` | `13.15` | `3.27x` |
75-
|| [Hasura] | `2,376.95` | `42.02` | `1.00x` |
69+
|| [Tailcall] | `64,615.20` | `1.56` | `26.64x` |
70+
|| [async-graphql] | `49,507.70` | `2.11` | `20.41x` |
71+
|| [Gqlgen] | `49,100.80` | `6.01` | `20.25x` |
72+
|| [Caliban] | `47,567.30` | `2.34` | `19.61x` |
73+
|| [Netflix DGS] | `8,298.97` | `14.50` | `3.42x` |
74+
|| [Apollo GraphQL] | `8,090.79` | `12.59` | `3.34x` |
75+
|| [Hasura] | `2,425.21` | `41.17` | `1.00x` |
7676

7777
<!-- PERFORMANCE_RESULTS_END -->
7878

assets/latency_histogram1.png

-894 Bytes
Loading

assets/latency_histogram2.png

-16 Bytes
Loading

assets/latency_histogram3.png

1.59 KB
Loading

assets/req_sec_histogram1.png

715 Bytes
Loading

assets/req_sec_histogram2.png

512 Bytes
Loading

assets/req_sec_histogram3.png

-19 Bytes
Loading

results.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,28 @@
33
| Query | Server | Requests/sec | Latency (ms) | Relative |
44
|-------:|--------:|--------------:|--------------:|---------:|
55
| 1 | `{ posts { id userId title user { id name email }}}` |
6-
|| [Tailcall] | `27,555.80` | `3.61` | `105.99x` |
7-
|| [async-graphql] | `1,614.09` | `62.05` | `6.21x` |
8-
|| [Caliban] | `1,515.67` | `65.59` | `5.83x` |
9-
|| [Hasura] | `1,285.42` | `78.55` | `4.94x` |
10-
|| [Gqlgen] | `614.70` | `162.08` | `2.36x` |
11-
|| [Netflix DGS] | `351.78` | `209.52` | `1.35x` |
12-
|| [Apollo GraphQL] | `259.99` | `378.04` | `1.00x` |
6+
|| [Tailcall] | `30,158.70` | `3.30` | `105.66x` |
7+
|| [async-graphql] | `1,688.26` | `60.72` | `5.91x` |
8+
|| [Caliban] | `1,561.81` | `63.68` | `5.47x` |
9+
|| [Hasura] | `1,472.13` | `67.66` | `5.16x` |
10+
|| [Gqlgen] | `657.40` | `151.89` | `2.30x` |
11+
|| [Netflix DGS] | `363.69` | `162.42` | `1.27x` |
12+
|| [Apollo GraphQL] | `285.43` | `345.82` | `1.00x` |
1313
| 2 | `{ posts { title }}` |
14-
|| [Tailcall] | `57,898.80` | `1.72` | `36.99x` |
15-
|| [Caliban] | `9,219.19` | `11.21` | `5.89x` |
16-
|| [async-graphql] | `8,319.61` | `12.03` | `5.32x` |
17-
|| [Hasura] | `2,181.93` | `45.80` | `1.39x` |
18-
|| [Gqlgen] | `2,118.07` | `48.44` | `1.35x` |
19-
|| [Apollo GraphQL] | `1,626.41` | `61.40` | `1.04x` |
20-
|| [Netflix DGS] | `1,565.25` | `70.23` | `1.00x` |
14+
|| [Tailcall] | `62,409.00` | `1.59` | `38.75x` |
15+
|| [Caliban] | `9,274.35` | `11.13` | `5.76x` |
16+
|| [async-graphql] | `8,615.45` | `11.69` | `5.35x` |
17+
|| [Hasura] | `2,457.92` | `40.64` | `1.53x` |
18+
|| [Gqlgen] | `2,260.61` | `45.46` | `1.40x` |
19+
|| [Apollo GraphQL] | `1,787.09` | `55.89` | `1.11x` |
20+
|| [Netflix DGS] | `1,610.50` | `68.66` | `1.00x` |
2121
| 3 | `{ greet }` |
22-
|| [Tailcall] | `62,556.00` | `1.61` | `26.32x` |
23-
|| [async-graphql] | `49,131.90` | `2.07` | `20.67x` |
24-
|| [Gqlgen] | `46,347.60` | `5.74` | `19.50x` |
25-
|| [Caliban] | `45,176.40` | `2.56` | `19.01x` |
26-
|| [Netflix DGS] | `8,087.36` | `14.76` | `3.40x` |
27-
|| [Apollo GraphQL] | `7,765.66` | `13.15` | `3.27x` |
28-
|| [Hasura] | `2,376.95` | `42.02` | `1.00x` |
22+
|| [Tailcall] | `64,615.20` | `1.56` | `26.64x` |
23+
|| [async-graphql] | `49,507.70` | `2.11` | `20.41x` |
24+
|| [Gqlgen] | `49,100.80` | `6.01` | `20.25x` |
25+
|| [Caliban] | `47,567.30` | `2.34` | `19.61x` |
26+
|| [Netflix DGS] | `8,298.97` | `14.50` | `3.42x` |
27+
|| [Apollo GraphQL] | `8,090.79` | `12.59` | `3.34x` |
28+
|| [Hasura] | `2,425.21` | `41.17` | `1.00x` |
2929

3030
<!-- PERFORMANCE_RESULTS_END -->

0 commit comments

Comments
 (0)