Skip to content

Commit

Permalink
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 Jul 19, 2024
1 parent 502ba77 commit 9e86dee
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] | `29,394.40` | `3.39` | `191.77x` |
|| [async-graphql] | `1,839.18` | `54.42` | `12.00x` |
|| [Caliban] | `1,566.87` | `63.64` | `10.22x` |
|| [GraphQL JIT] | `1,353.08` | `73.60` | `8.83x` |
|| [Gqlgen] | `767.23` | `129.35` | `5.01x` |
|| [Netflix DGS] | `355.21` | `196.89` | `2.32x` |
|| [Apollo GraphQL] | `267.59` | `367.17` | `1.75x` |
|| [Hasura] | `153.28` | `464.30` | `1.00x` |
|| [Tailcall] | `29,665.80` | `3.36` | `425.07x` |
|| [async-graphql] | `1,851.17` | `54.68` | `26.52x` |
|| [Caliban] | `1,576.28` | `63.08` | `22.59x` |
|| [GraphQL JIT] | `1,365.61` | `72.93` | `19.57x` |
|| [Gqlgen] | `775.69` | `127.90` | `11.11x` |
|| [Netflix DGS] | `363.35` | `176.43` | `5.21x` |
|| [Apollo GraphQL] | `274.89` | `357.34` | `3.94x` |
|| [Hasura] | `69.79` | `547.07` | `1.00x` |
| 2 | `{ posts { title }}` |
|| [Tailcall] | `58,726.70` | `1.69` | `67.95x` |
|| [async-graphql] | `9,239.11` | `11.08` | `10.69x` |
|| [Caliban] | `9,156.40` | `11.26` | `10.59x` |
|| [Gqlgen] | `2,187.31` | `47.34` | `2.53x` |
|| [Apollo GraphQL] | `1,766.17` | `56.53` | `2.04x` |
|| [Netflix DGS] | `1,595.71` | `69.68` | `1.85x` |
|| [GraphQL JIT] | `1,386.61` | `72.02` | `1.60x` |
|| [Hasura] | `864.22` | `115.45` | `1.00x` |
|| [Tailcall] | `58,926.60` | `1.69` | `67.13x` |
|| [async-graphql] | `9,316.32` | `10.76` | `10.61x` |
|| [Caliban] | `9,125.46` | `11.31` | `10.40x` |
|| [Gqlgen] | `2,208.06` | `46.75` | `2.52x` |
|| [Apollo GraphQL] | `1,781.77` | `56.05` | `2.03x` |
|| [Netflix DGS] | `1,609.56` | `68.96` | `1.83x` |
|| [GraphQL JIT] | `1,400.50` | `71.31` | `1.60x` |
|| [Hasura] | `877.86` | `113.67` | `1.00x` |
| 3 | `{ greet }` |
|| [Caliban] | `68,108.90` | `1.05` | `25.84x` |
|| [Tailcall] | `59,472.60` | `1.70` | `22.56x` |
|| [Gqlgen] | `47,619.10` | `5.13` | `18.07x` |
|| [async-graphql] | `47,472.40` | `2.25` | `18.01x` |
|| [Netflix DGS] | `8,266.47` | `14.94` | `3.14x` |
|| [Apollo GraphQL] | `8,122.38` | `12.55` | `3.08x` |
|| [GraphQL JIT] | `5,164.81` | `19.33` | `1.96x` |
|| [Hasura] | `2,635.89` | `37.87` | `1.00x` |
|| [Caliban] | `68,097.90` | `1.10` | `25.87x` |
|| [Tailcall] | `60,001.70` | `1.67` | `22.79x` |
|| [Gqlgen] | `48,414.40` | `5.11` | `18.39x` |
|| [async-graphql] | `47,752.20` | `2.19` | `18.14x` |
|| [Netflix DGS] | `8,383.83` | `14.93` | `3.18x` |
|| [Apollo GraphQL] | `8,190.26` | `12.39` | `3.11x` |
|| [GraphQL JIT] | `5,175.24` | `19.29` | `1.97x` |
|| [Hasura] | `2,632.45` | `37.92` | `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] | `29,394.40` | `3.39` | `191.77x` |
|| [async-graphql] | `1,839.18` | `54.42` | `12.00x` |
|| [Caliban] | `1,566.87` | `63.64` | `10.22x` |
|| [GraphQL JIT] | `1,353.08` | `73.60` | `8.83x` |
|| [Gqlgen] | `767.23` | `129.35` | `5.01x` |
|| [Netflix DGS] | `355.21` | `196.89` | `2.32x` |
|| [Apollo GraphQL] | `267.59` | `367.17` | `1.75x` |
|| [Hasura] | `153.28` | `464.30` | `1.00x` |
|| [Tailcall] | `29,665.80` | `3.36` | `425.07x` |
|| [async-graphql] | `1,851.17` | `54.68` | `26.52x` |
|| [Caliban] | `1,576.28` | `63.08` | `22.59x` |
|| [GraphQL JIT] | `1,365.61` | `72.93` | `19.57x` |
|| [Gqlgen] | `775.69` | `127.90` | `11.11x` |
|| [Netflix DGS] | `363.35` | `176.43` | `5.21x` |
|| [Apollo GraphQL] | `274.89` | `357.34` | `3.94x` |
|| [Hasura] | `69.79` | `547.07` | `1.00x` |
| 2 | `{ posts { title }}` |
|| [Tailcall] | `58,726.70` | `1.69` | `67.95x` |
|| [async-graphql] | `9,239.11` | `11.08` | `10.69x` |
|| [Caliban] | `9,156.40` | `11.26` | `10.59x` |
|| [Gqlgen] | `2,187.31` | `47.34` | `2.53x` |
|| [Apollo GraphQL] | `1,766.17` | `56.53` | `2.04x` |
|| [Netflix DGS] | `1,595.71` | `69.68` | `1.85x` |
|| [GraphQL JIT] | `1,386.61` | `72.02` | `1.60x` |
|| [Hasura] | `864.22` | `115.45` | `1.00x` |
|| [Tailcall] | `58,926.60` | `1.69` | `67.13x` |
|| [async-graphql] | `9,316.32` | `10.76` | `10.61x` |
|| [Caliban] | `9,125.46` | `11.31` | `10.40x` |
|| [Gqlgen] | `2,208.06` | `46.75` | `2.52x` |
|| [Apollo GraphQL] | `1,781.77` | `56.05` | `2.03x` |
|| [Netflix DGS] | `1,609.56` | `68.96` | `1.83x` |
|| [GraphQL JIT] | `1,400.50` | `71.31` | `1.60x` |
|| [Hasura] | `877.86` | `113.67` | `1.00x` |
| 3 | `{ greet }` |
|| [Caliban] | `68,108.90` | `1.05` | `25.84x` |
|| [Tailcall] | `59,472.60` | `1.70` | `22.56x` |
|| [Gqlgen] | `47,619.10` | `5.13` | `18.07x` |
|| [async-graphql] | `47,472.40` | `2.25` | `18.01x` |
|| [Netflix DGS] | `8,266.47` | `14.94` | `3.14x` |
|| [Apollo GraphQL] | `8,122.38` | `12.55` | `3.08x` |
|| [GraphQL JIT] | `5,164.81` | `19.33` | `1.96x` |
|| [Hasura] | `2,635.89` | `37.87` | `1.00x` |
|| [Caliban] | `68,097.90` | `1.10` | `25.87x` |
|| [Tailcall] | `60,001.70` | `1.67` | `22.79x` |
|| [Gqlgen] | `48,414.40` | `5.11` | `18.39x` |
|| [async-graphql] | `47,752.20` | `2.19` | `18.14x` |
|| [Netflix DGS] | `8,383.83` | `14.93` | `3.18x` |
|| [Apollo GraphQL] | `8,190.26` | `12.39` | `3.11x` |
|| [GraphQL JIT] | `5,175.24` | `19.29` | `1.97x` |
|| [Hasura] | `2,632.45` | `37.92` | `1.00x` |

<!-- PERFORMANCE_RESULTS_END -->

0 comments on commit 9e86dee

Please sign in to comment.