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 9, 2024
1 parent e08ad45 commit b3ef129
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] | `76,805.20` | `1.25` | `673.51x` |
|| [Netflix DGS] | `1,422.59` | `46.03` | `12.47x` |
|| [GraphQL JIT] | `1,122.34` | `88.58` | `9.84x` |
|| [async-graphql] | `1,000.51` | `99.34` | `8.77x` |
|| [Caliban] | `777.69` | `128.06` | `6.82x` |
|| [Gqlgen] | `398.26` | `247.47` | `3.49x` |
|| [Apollo GraphQL] | `115.11` | `778.66` | `1.01x` |
|| [Hasura] | `114.04` | `824.42` | `1.00x` |
|| [Tailcall] | `20,899.20` | `4.77` | `189.84x` |
|| [async-graphql] | `6,800.64` | `15.05` | `61.78x` |
|| [Caliban] | `5,589.40` | `17.91` | `50.77x` |
|| [GraphQL JIT] | `1,098.79` | `90.42` | `9.98x` |
|| [Gqlgen] | `394.05` | `250.17` | `3.58x` |
|| [Netflix DGS] | `186.73` | `518.35` | `1.70x` |
|| [Apollo GraphQL] | `130.26` | `702.77` | `1.18x` |
|| [Hasura] | `110.09` | `809.79` | `1.00x` |
| 2 | `{ posts { title }}` |
|| [Tailcall] | `167,238.00` | `559.96` | `368.97x` |
|| [Netflix DGS] | `7,864.90` | `15.35` | `17.35x` |
|| [async-graphql] | `5,213.96` | `19.17` | `11.50x` |
|| [Caliban] | `4,634.00` | `22.14` | `10.22x` |
|| [GraphQL JIT] | `1,154.26` | `86.46` | `2.55x` |
|| [Gqlgen] | `1,127.48` | `97.28` | `2.49x` |
|| [Apollo GraphQL] | `827.02` | `121.45` | `1.82x` |
|| [Hasura] | `453.26` | `222.97` | `1.00x` |
|| [async-graphql] | `36,897.90` | `2.77` | `87.55x` |
|| [Caliban] | `32,779.60` | `3.17` | `77.78x` |
|| [Tailcall] | `31,556.50` | `3.17` | `74.88x` |
|| [Gqlgen] | `1,140.46` | `95.52` | `2.71x` |
|| [GraphQL JIT] | `1,118.08` | `89.27` | `2.65x` |
|| [Apollo GraphQL] | `887.26` | `113.08` | `2.11x` |
|| [Netflix DGS] | `792.35` | `126.75` | `1.88x` |
|| [Hasura] | `421.44` | `239.43` | `1.00x` |
| 3 | `{ greet }` |
|| [Tailcall] | `358,722.00` | `270.90` | `234.64x` |
|| [Caliban] | `32,795.40` | `3.07` | `21.45x` |
|| [Netflix DGS] | `28,250.50` | `3.66` | `18.48x` |
|| [Gqlgen] | `24,521.10` | `8.90` | `16.04x` |
|| [async-graphql] | `23,956.10` | `4.22` | `15.67x` |
|| [GraphQL JIT] | `4,633.23` | `21.54` | `3.03x` |
|| [Apollo GraphQL] | `3,941.17` | `27.79` | `2.58x` |
|| [Hasura] | `1,528.85` | `65.59` | `1.00x` |
|| [Caliban] | `273,944.00` | `356.83` | `201.87x` |
|| [async-graphql] | `176,046.00` | `775.23` | `129.73x` |
|| [Tailcall] | `39,867.10` | `2.51` | `29.38x` |
|| [Gqlgen] | `24,658.00` | `8.02` | `18.17x` |
|| [GraphQL JIT] | `4,456.10` | `22.39` | `3.28x` |
|| [Netflix DGS] | `4,167.40` | `28.86` | `3.07x` |
|| [Apollo GraphQL] | `4,013.52` | `27.68` | `2.96x` |
|| [Hasura] | `1,357.01` | `73.39` | `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] | `76,805.20` | `1.25` | `673.51x` |
|| [Netflix DGS] | `1,422.59` | `46.03` | `12.47x` |
|| [GraphQL JIT] | `1,122.34` | `88.58` | `9.84x` |
|| [async-graphql] | `1,000.51` | `99.34` | `8.77x` |
|| [Caliban] | `777.69` | `128.06` | `6.82x` |
|| [Gqlgen] | `398.26` | `247.47` | `3.49x` |
|| [Apollo GraphQL] | `115.11` | `778.66` | `1.01x` |
|| [Hasura] | `114.04` | `824.42` | `1.00x` |
|| [Tailcall] | `20,899.20` | `4.77` | `189.84x` |
|| [async-graphql] | `6,800.64` | `15.05` | `61.78x` |
|| [Caliban] | `5,589.40` | `17.91` | `50.77x` |
|| [GraphQL JIT] | `1,098.79` | `90.42` | `9.98x` |
|| [Gqlgen] | `394.05` | `250.17` | `3.58x` |
|| [Netflix DGS] | `186.73` | `518.35` | `1.70x` |
|| [Apollo GraphQL] | `130.26` | `702.77` | `1.18x` |
|| [Hasura] | `110.09` | `809.79` | `1.00x` |
| 2 | `{ posts { title }}` |
|| [Tailcall] | `167,238.00` | `559.96` | `368.97x` |
|| [Netflix DGS] | `7,864.90` | `15.35` | `17.35x` |
|| [async-graphql] | `5,213.96` | `19.17` | `11.50x` |
|| [Caliban] | `4,634.00` | `22.14` | `10.22x` |
|| [GraphQL JIT] | `1,154.26` | `86.46` | `2.55x` |
|| [Gqlgen] | `1,127.48` | `97.28` | `2.49x` |
|| [Apollo GraphQL] | `827.02` | `121.45` | `1.82x` |
|| [Hasura] | `453.26` | `222.97` | `1.00x` |
|| [async-graphql] | `36,897.90` | `2.77` | `87.55x` |
|| [Caliban] | `32,779.60` | `3.17` | `77.78x` |
|| [Tailcall] | `31,556.50` | `3.17` | `74.88x` |
|| [Gqlgen] | `1,140.46` | `95.52` | `2.71x` |
|| [GraphQL JIT] | `1,118.08` | `89.27` | `2.65x` |
|| [Apollo GraphQL] | `887.26` | `113.08` | `2.11x` |
|| [Netflix DGS] | `792.35` | `126.75` | `1.88x` |
|| [Hasura] | `421.44` | `239.43` | `1.00x` |
| 3 | `{ greet }` |
|| [Tailcall] | `358,722.00` | `270.90` | `234.64x` |
|| [Caliban] | `32,795.40` | `3.07` | `21.45x` |
|| [Netflix DGS] | `28,250.50` | `3.66` | `18.48x` |
|| [Gqlgen] | `24,521.10` | `8.90` | `16.04x` |
|| [async-graphql] | `23,956.10` | `4.22` | `15.67x` |
|| [GraphQL JIT] | `4,633.23` | `21.54` | `3.03x` |
|| [Apollo GraphQL] | `3,941.17` | `27.79` | `2.58x` |
|| [Hasura] | `1,528.85` | `65.59` | `1.00x` |
|| [Caliban] | `273,944.00` | `356.83` | `201.87x` |
|| [async-graphql] | `176,046.00` | `775.23` | `129.73x` |
|| [Tailcall] | `39,867.10` | `2.51` | `29.38x` |
|| [Gqlgen] | `24,658.00` | `8.02` | `18.17x` |
|| [GraphQL JIT] | `4,456.10` | `22.39` | `3.28x` |
|| [Netflix DGS] | `4,167.40` | `28.86` | `3.07x` |
|| [Apollo GraphQL] | `4,013.52` | `27.68` | `2.96x` |
|| [Hasura] | `1,357.01` | `73.39` | `1.00x` |

<!-- PERFORMANCE_RESULTS_END -->

0 comments on commit b3ef129

Please sign in to comment.