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 19, 2024
1 parent 83e77ad commit f4c6bdc
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] | `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` |
|| [Tailcall] | `21,836.10` | `4.57` | `216.08x` |
|| [GraphQL JIT] | `1,079.08` | `92.09` | `10.68x` |
|| [async-graphql] | `1,000.33` | `99.26` | `9.90x` |
|| [Caliban] | `776.54` | `130.43` | `7.68x` |
|| [Gqlgen] | `383.12` | `256.93` | `3.79x` |
|| [Netflix DGS] | `188.47` | `513.21` | `1.86x` |
|| [Apollo GraphQL] | `128.98` | `710.21` | `1.28x` |
|| [Hasura] | `101.06` | `805.36` | `1.00x` |
| 2 | `{ posts { title }}` |
|| [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` |
|| [Tailcall] | `33,418.20` | `2.99` | `86.89x` |
|| [async-graphql] | `5,170.59` | `19.34` | `13.44x` |
|| [Caliban] | `4,789.83` | `21.37` | `12.45x` |
|| [Gqlgen] | `1,104.60` | `98.75` | `2.87x` |
|| [GraphQL JIT] | `1,101.46` | `90.63` | `2.86x` |
|| [Apollo GraphQL] | `876.23` | `114.44` | `2.28x` |
|| [Netflix DGS] | `805.56` | `124.81` | `2.09x` |
|| [Hasura] | `384.58` | `262.54` | `1.00x` |
| 3 | `{ greet }` |
|| [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` |
|| [Tailcall] | `39,980.30` | `2.50` | `28.69x` |
|| [Caliban] | `33,530.80` | `2.98` | `24.06x` |
|| [Gqlgen] | `24,096.40` | `9.76` | `17.29x` |
|| [async-graphql] | `23,638.30` | `4.25` | `16.96x` |
|| [GraphQL JIT] | `4,521.03` | `22.07` | `3.24x` |
|| [Netflix DGS] | `4,163.31` | `28.63` | `2.99x` |
|| [Apollo GraphQL] | `4,012.90` | `27.68` | `2.88x` |
|| [Hasura] | `1,393.46` | `71.42` | `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] | `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` |
|| [Tailcall] | `21,836.10` | `4.57` | `216.08x` |
|| [GraphQL JIT] | `1,079.08` | `92.09` | `10.68x` |
|| [async-graphql] | `1,000.33` | `99.26` | `9.90x` |
|| [Caliban] | `776.54` | `130.43` | `7.68x` |
|| [Gqlgen] | `383.12` | `256.93` | `3.79x` |
|| [Netflix DGS] | `188.47` | `513.21` | `1.86x` |
|| [Apollo GraphQL] | `128.98` | `710.21` | `1.28x` |
|| [Hasura] | `101.06` | `805.36` | `1.00x` |
| 2 | `{ posts { title }}` |
|| [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` |
|| [Tailcall] | `33,418.20` | `2.99` | `86.89x` |
|| [async-graphql] | `5,170.59` | `19.34` | `13.44x` |
|| [Caliban] | `4,789.83` | `21.37` | `12.45x` |
|| [Gqlgen] | `1,104.60` | `98.75` | `2.87x` |
|| [GraphQL JIT] | `1,101.46` | `90.63` | `2.86x` |
|| [Apollo GraphQL] | `876.23` | `114.44` | `2.28x` |
|| [Netflix DGS] | `805.56` | `124.81` | `2.09x` |
|| [Hasura] | `384.58` | `262.54` | `1.00x` |
| 3 | `{ greet }` |
|| [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` |
|| [Tailcall] | `39,980.30` | `2.50` | `28.69x` |
|| [Caliban] | `33,530.80` | `2.98` | `24.06x` |
|| [Gqlgen] | `24,096.40` | `9.76` | `17.29x` |
|| [async-graphql] | `23,638.30` | `4.25` | `16.96x` |
|| [GraphQL JIT] | `4,521.03` | `22.07` | `3.24x` |
|| [Netflix DGS] | `4,163.31` | `28.63` | `2.99x` |
|| [Apollo GraphQL] | `4,012.90` | `27.68` | `2.88x` |
|| [Hasura] | `1,393.46` | `71.42` | `1.00x` |

<!-- PERFORMANCE_RESULTS_END -->

0 comments on commit f4c6bdc

Please sign in to comment.