Skip to content

Commit

Permalink
[ci skip] update performance results in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and github-actions[bot] committed Dec 17, 2024
1 parent 1958254 commit 3cd20ae
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 48 deletions.
48 changes: 24 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,32 +51,32 @@ Get started with the benchmarks:
| Query | Server | Requests/sec | Latency (ms) | Relative |
|-------:|--------:|--------------:|--------------:|---------:|
| 1 | `{ posts { id userId title user { id name email }}}` |
|| [Tailcall] | `20,115.20` | `4.96` | `171.12x` |
|| [GraphQL JIT] | `1,158.49` | `85.87` | `9.86x` |
|| [async-graphql] | `986.61` | `100.56` | `8.39x` |
|| [Caliban] | `690.96` | `145.49` | `5.88x` |
|| [Gqlgen] | `394.44` | `250.06` | `3.36x` |
|| [Netflix DGS] | `189.32` | `512.25` | `1.61x` |
|| [Apollo GraphQL] | `129.43` | `707.88` | `1.10x` |
|| [Hasura] | `117.55` | `780.99` | `1.00x` |
|| [Tailcall] | `60,849.00` | `1.63` | `540.11x` |
|| [GraphQL JIT] | `1,089.05` | `91.37` | `9.67x` |
|| [async-graphql] | `935.21` | `106.28` | `8.30x` |
|| [Caliban] | `706.01` | `141.64` | `6.27x` |
|| [Gqlgen] | `391.84` | `251.36` | `3.48x` |
|| [Netflix DGS] | `177.96` | `544.50` | `1.58x` |
|| [Apollo GraphQL] | `126.34` | `717.73` | `1.12x` |
|| [Hasura] | `112.66` | `802.47` | `1.00x` |
| 2 | `{ posts { title }}` |
|| [Tailcall] | `31,734.60` | `3.15` | `67.82x` |
|| [async-graphql] | `5,152.40` | `19.47` | `11.01x` |
|| [Caliban] | `4,628.55` | `22.14` | `9.89x` |
|| [GraphQL JIT] | `1,179.93` | `84.59` | `2.52x` |
|| [Gqlgen] | `1,131.10` | `97.04` | `2.42x` |
|| [Apollo GraphQL] | `893.13` | `112.39` | `1.91x` |
|| [Netflix DGS] | `806.56` | `125.48` | `1.72x` |
|| [Hasura] | `467.93` | `253.32` | `1.00x` |
|| [Tailcall] | `129,494.00` | `767.11` | `312.87x` |
|| [async-graphql] | `4,747.62` | `21.10` | `11.47x` |
|| [Caliban] | `4,619.50` | `22.18` | `11.16x` |
|| [GraphQL JIT] | `1,127.79` | `88.47` | `2.72x` |
|| [Gqlgen] | `1,121.66` | `97.45` | `2.71x` |
|| [Apollo GraphQL] | `850.53` | `118.05` | `2.05x` |
|| [Netflix DGS] | `779.80` | `128.54` | `1.88x` |
|| [Hasura] | `413.90` | `258.64` | `1.00x` |
| 3 | `{ greet }` |
|| [Tailcall] | `38,576.00` | `2.59` | `24.67x` |
|| [Caliban] | `32,886.70` | `3.06` | `21.03x` |
|| [Gqlgen] | `24,212.30` | `10.54` | `15.48x` |
|| [async-graphql] | `23,659.00` | `4.26` | `15.13x` |
|| [GraphQL JIT] | `4,658.98` | `21.40` | `2.98x` |
|| [Netflix DGS] | `4,176.59` | `28.63` | `2.67x` |
|| [Apollo GraphQL] | `4,051.44` | `27.47` | `2.59x` |
|| [Hasura] | `1,563.82` | `65.73` | `1.00x` |
|| [Tailcall] | `241,543.00` | `452.02` | `152.26x` |
|| [Caliban] | `32,710.10` | `3.06` | `20.62x` |
|| [Gqlgen] | `24,269.50` | `8.75` | `15.30x` |
|| [async-graphql] | `23,196.70` | `4.30` | `14.62x` |
|| [GraphQL JIT] | `4,492.87` | `22.21` | `2.83x` |
|| [Netflix DGS] | `4,094.51` | `28.30` | `2.58x` |
|| [Apollo GraphQL] | `3,940.14` | `28.15` | `2.48x` |
|| [Hasura] | `1,586.39` | `69.65` | `1.00x` |

<!-- PERFORMANCE_RESULTS_END -->

Expand Down
Binary file modified assets/latency_histogram1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/latency_histogram2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/latency_histogram3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/req_sec_histogram1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/req_sec_histogram2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/req_sec_histogram3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 24 additions & 24 deletions results.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,31 @@
| Query | Server | Requests/sec | Latency (ms) | Relative |
|-------:|--------:|--------------:|--------------:|---------:|
| 1 | `{ posts { id userId title user { id name email }}}` |
|| [Tailcall] | `20,115.20` | `4.96` | `171.12x` |
|| [GraphQL JIT] | `1,158.49` | `85.87` | `9.86x` |
|| [async-graphql] | `986.61` | `100.56` | `8.39x` |
|| [Caliban] | `690.96` | `145.49` | `5.88x` |
|| [Gqlgen] | `394.44` | `250.06` | `3.36x` |
|| [Netflix DGS] | `189.32` | `512.25` | `1.61x` |
|| [Apollo GraphQL] | `129.43` | `707.88` | `1.10x` |
|| [Hasura] | `117.55` | `780.99` | `1.00x` |
|| [Tailcall] | `60,849.00` | `1.63` | `540.11x` |
|| [GraphQL JIT] | `1,089.05` | `91.37` | `9.67x` |
|| [async-graphql] | `935.21` | `106.28` | `8.30x` |
|| [Caliban] | `706.01` | `141.64` | `6.27x` |
|| [Gqlgen] | `391.84` | `251.36` | `3.48x` |
|| [Netflix DGS] | `177.96` | `544.50` | `1.58x` |
|| [Apollo GraphQL] | `126.34` | `717.73` | `1.12x` |
|| [Hasura] | `112.66` | `802.47` | `1.00x` |
| 2 | `{ posts { title }}` |
|| [Tailcall] | `31,734.60` | `3.15` | `67.82x` |
|| [async-graphql] | `5,152.40` | `19.47` | `11.01x` |
|| [Caliban] | `4,628.55` | `22.14` | `9.89x` |
|| [GraphQL JIT] | `1,179.93` | `84.59` | `2.52x` |
|| [Gqlgen] | `1,131.10` | `97.04` | `2.42x` |
|| [Apollo GraphQL] | `893.13` | `112.39` | `1.91x` |
|| [Netflix DGS] | `806.56` | `125.48` | `1.72x` |
|| [Hasura] | `467.93` | `253.32` | `1.00x` |
|| [Tailcall] | `129,494.00` | `767.11` | `312.87x` |
|| [async-graphql] | `4,747.62` | `21.10` | `11.47x` |
|| [Caliban] | `4,619.50` | `22.18` | `11.16x` |
|| [GraphQL JIT] | `1,127.79` | `88.47` | `2.72x` |
|| [Gqlgen] | `1,121.66` | `97.45` | `2.71x` |
|| [Apollo GraphQL] | `850.53` | `118.05` | `2.05x` |
|| [Netflix DGS] | `779.80` | `128.54` | `1.88x` |
|| [Hasura] | `413.90` | `258.64` | `1.00x` |
| 3 | `{ greet }` |
|| [Tailcall] | `38,576.00` | `2.59` | `24.67x` |
|| [Caliban] | `32,886.70` | `3.06` | `21.03x` |
|| [Gqlgen] | `24,212.30` | `10.54` | `15.48x` |
|| [async-graphql] | `23,659.00` | `4.26` | `15.13x` |
|| [GraphQL JIT] | `4,658.98` | `21.40` | `2.98x` |
|| [Netflix DGS] | `4,176.59` | `28.63` | `2.67x` |
|| [Apollo GraphQL] | `4,051.44` | `27.47` | `2.59x` |
|| [Hasura] | `1,563.82` | `65.73` | `1.00x` |
|| [Tailcall] | `241,543.00` | `452.02` | `152.26x` |
|| [Caliban] | `32,710.10` | `3.06` | `20.62x` |
|| [Gqlgen] | `24,269.50` | `8.75` | `15.30x` |
|| [async-graphql] | `23,196.70` | `4.30` | `14.62x` |
|| [GraphQL JIT] | `4,492.87` | `22.21` | `2.83x` |
|| [Netflix DGS] | `4,094.51` | `28.30` | `2.58x` |
|| [Apollo GraphQL] | `3,940.14` | `28.15` | `2.48x` |
|| [Hasura] | `1,586.39` | `69.65` | `1.00x` |

<!-- PERFORMANCE_RESULTS_END -->

0 comments on commit 3cd20ae

Please sign in to comment.