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 10, 2024
1 parent 03fc32a commit 87d58b5
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] | `21,444.00` | `4.65` | `183.30x` |
|| [GraphQL JIT] | `1,105.64` | `89.96` | `9.45x` |
|| [async-graphql] | `971.47` | `102.16` | `8.30x` |
|| [Caliban] | `815.25` | `122.33` | `6.97x` |
|| [Gqlgen] | `391.60` | `251.71` | `3.35x` |
|| [Netflix DGS] | `184.64` | `524.89` | `1.58x` |
|| [Apollo GraphQL] | `131.52` | `699.66` | `1.12x` |
|| [Hasura] | `116.99` | `770.84` | `1.00x` |
|| [Tailcall] | `21,296.30` | `4.68` | `186.49x` |
|| [GraphQL JIT] | `1,092.57` | `91.01` | `9.57x` |
|| [async-graphql] | `1,019.54` | `97.40` | `8.93x` |
|| [Caliban] | `718.00` | `139.13` | `6.29x` |
|| [Gqlgen] | `394.29` | `250.16` | `3.45x` |
|| [Netflix DGS] | `185.05` | `521.30` | `1.62x` |
|| [Apollo GraphQL] | `131.79` | `698.53` | `1.15x` |
|| [Hasura] | `114.20` | `780.64` | `1.00x` |
| 2 | `{ posts { title }}` |
|| [Tailcall] | `32,774.00` | `3.05` | `73.63x` |
|| [async-graphql] | `5,056.48` | `19.82` | `11.36x` |
|| [Caliban] | `4,815.76` | `21.29` | `10.82x` |
|| [GraphQL JIT] | `1,134.06` | `87.99` | `2.55x` |
|| [Gqlgen] | `1,118.49` | `97.34` | `2.51x` |
|| [Apollo GraphQL] | `892.68` | `112.42` | `2.01x` |
|| [Netflix DGS] | `796.19` | `126.44` | `1.79x` |
|| [Hasura] | `445.14` | `237.40` | `1.00x` |
|| [Tailcall] | `32,271.30` | `3.10` | `71.62x` |
|| [async-graphql] | `5,254.63` | `19.05` | `11.66x` |
|| [Caliban] | `4,743.98` | `21.64` | `10.53x` |
|| [GraphQL JIT] | `1,148.91` | `86.89` | `2.55x` |
|| [Gqlgen] | `1,128.38` | `97.00` | `2.50x` |
|| [Apollo GraphQL] | `882.67` | `113.80` | `1.96x` |
|| [Netflix DGS] | `804.60` | `124.93` | `1.79x` |
|| [Hasura] | `450.60` | `226.33` | `1.00x` |
| 3 | `{ greet }` |
|| [Tailcall] | `39,632.50` | `2.53` | `27.52x` |
|| [Caliban] | `33,754.90` | `2.96` | `23.43x` |
|| [Gqlgen] | `24,454.40` | `10.84` | `16.98x` |
|| [async-graphql] | `23,220.60` | `4.32` | `16.12x` |
|| [GraphQL JIT] | `4,527.13` | `22.03` | `3.14x` |
|| [Netflix DGS] | `4,218.29` | `28.13` | `2.93x` |
|| [Apollo GraphQL] | `4,076.08` | `27.52` | `2.83x` |
|| [Hasura] | `1,440.38` | `69.39` | `1.00x` |
|| [Tailcall] | `39,394.20` | `2.55` | `28.20x` |
|| [Caliban] | `32,624.50` | `3.06` | `23.35x` |
|| [Gqlgen] | `24,737.40` | `10.44` | `17.71x` |
|| [async-graphql] | `23,969.70` | `4.17` | `17.16x` |
|| [GraphQL JIT] | `4,586.89` | `21.75` | `3.28x` |
|| [Netflix DGS] | `4,126.68` | `28.77` | `2.95x` |
|| [Apollo GraphQL] | `4,054.10` | `27.40` | `2.90x` |
|| [Hasura] | `1,397.12` | `71.80` | `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] | `21,444.00` | `4.65` | `183.30x` |
|| [GraphQL JIT] | `1,105.64` | `89.96` | `9.45x` |
|| [async-graphql] | `971.47` | `102.16` | `8.30x` |
|| [Caliban] | `815.25` | `122.33` | `6.97x` |
|| [Gqlgen] | `391.60` | `251.71` | `3.35x` |
|| [Netflix DGS] | `184.64` | `524.89` | `1.58x` |
|| [Apollo GraphQL] | `131.52` | `699.66` | `1.12x` |
|| [Hasura] | `116.99` | `770.84` | `1.00x` |
|| [Tailcall] | `21,296.30` | `4.68` | `186.49x` |
|| [GraphQL JIT] | `1,092.57` | `91.01` | `9.57x` |
|| [async-graphql] | `1,019.54` | `97.40` | `8.93x` |
|| [Caliban] | `718.00` | `139.13` | `6.29x` |
|| [Gqlgen] | `394.29` | `250.16` | `3.45x` |
|| [Netflix DGS] | `185.05` | `521.30` | `1.62x` |
|| [Apollo GraphQL] | `131.79` | `698.53` | `1.15x` |
|| [Hasura] | `114.20` | `780.64` | `1.00x` |
| 2 | `{ posts { title }}` |
|| [Tailcall] | `32,774.00` | `3.05` | `73.63x` |
|| [async-graphql] | `5,056.48` | `19.82` | `11.36x` |
|| [Caliban] | `4,815.76` | `21.29` | `10.82x` |
|| [GraphQL JIT] | `1,134.06` | `87.99` | `2.55x` |
|| [Gqlgen] | `1,118.49` | `97.34` | `2.51x` |
|| [Apollo GraphQL] | `892.68` | `112.42` | `2.01x` |
|| [Netflix DGS] | `796.19` | `126.44` | `1.79x` |
|| [Hasura] | `445.14` | `237.40` | `1.00x` |
|| [Tailcall] | `32,271.30` | `3.10` | `71.62x` |
|| [async-graphql] | `5,254.63` | `19.05` | `11.66x` |
|| [Caliban] | `4,743.98` | `21.64` | `10.53x` |
|| [GraphQL JIT] | `1,148.91` | `86.89` | `2.55x` |
|| [Gqlgen] | `1,128.38` | `97.00` | `2.50x` |
|| [Apollo GraphQL] | `882.67` | `113.80` | `1.96x` |
|| [Netflix DGS] | `804.60` | `124.93` | `1.79x` |
|| [Hasura] | `450.60` | `226.33` | `1.00x` |
| 3 | `{ greet }` |
|| [Tailcall] | `39,632.50` | `2.53` | `27.52x` |
|| [Caliban] | `33,754.90` | `2.96` | `23.43x` |
|| [Gqlgen] | `24,454.40` | `10.84` | `16.98x` |
|| [async-graphql] | `23,220.60` | `4.32` | `16.12x` |
|| [GraphQL JIT] | `4,527.13` | `22.03` | `3.14x` |
|| [Netflix DGS] | `4,218.29` | `28.13` | `2.93x` |
|| [Apollo GraphQL] | `4,076.08` | `27.52` | `2.83x` |
|| [Hasura] | `1,440.38` | `69.39` | `1.00x` |
|| [Tailcall] | `39,394.20` | `2.55` | `28.20x` |
|| [Caliban] | `32,624.50` | `3.06` | `23.35x` |
|| [Gqlgen] | `24,737.40` | `10.44` | `17.71x` |
|| [async-graphql] | `23,969.70` | `4.17` | `17.16x` |
|| [GraphQL JIT] | `4,586.89` | `21.75` | `3.28x` |
|| [Netflix DGS] | `4,126.68` | `28.77` | `2.95x` |
|| [Apollo GraphQL] | `4,054.10` | `27.40` | `2.90x` |
|| [Hasura] | `1,397.12` | `71.80` | `1.00x` |

<!-- PERFORMANCE_RESULTS_END -->

0 comments on commit 87d58b5

Please sign in to comment.