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 28, 2024
1 parent 47b8d3e commit b6a28c9
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,812.50` | `4.57` | `187.42x` |
|| [GraphQL JIT] | `1,143.93` | `86.93` | `9.83x` |
|| [async-graphql] | `1,012.74` | `98.02` | `8.70x` |
|| [Caliban] | `781.46` | `128.26` | `6.71x` |
|| [Gqlgen] | `404.55` | `243.66` | `3.48x` |
|| [Netflix DGS] | `188.25` | `514.09` | `1.62x` |
|| [Apollo GraphQL] | `130.84` | `700.75` | `1.12x` |
|| [Hasura] | `116.38` | `763.38` | `1.00x` |
|| [Tailcall] | `21,616.20` | `4.61` | `204.32x` |
|| [GraphQL JIT] | `1,134.83` | `87.67` | `10.73x` |
|| [async-graphql] | `961.50` | `103.33` | `9.09x` |
|| [Caliban] | `774.23` | `129.04` | `7.32x` |
|| [Gqlgen] | `394.39` | `250.02` | `3.73x` |
|| [Netflix DGS] | `189.23` | `511.50` | `1.79x` |
|| [Apollo GraphQL] | `133.38` | `688.97` | `1.26x` |
|| [Hasura] | `105.80` | `806.48` | `1.00x` |
| 2 | `{ posts { title }}` |
|| [Tailcall] | `33,483.40` | `2.99` | `80.10x` |
|| [async-graphql] | `5,191.56` | `19.27` | `12.42x` |
|| [Caliban] | `4,780.60` | `21.41` | `11.44x` |
|| [GraphQL JIT] | `1,181.22` | `84.48` | `2.83x` |
|| [Gqlgen] | `1,140.25` | `96.10` | `2.73x` |
|| [Apollo GraphQL] | `871.49` | `115.18` | `2.08x` |
|| [Netflix DGS] | `802.84` | `124.89` | `1.92x` |
|| [Hasura] | `418.04` | `246.06` | `1.00x` |
|| [Tailcall] | `32,386.80` | `3.09` | `84.44x` |
|| [async-graphql] | `5,166.50` | `19.39` | `13.47x` |
|| [Caliban] | `4,872.88` | `21.08` | `12.70x` |
|| [GraphQL JIT] | `1,167.91` | `85.45` | `3.05x` |
|| [Gqlgen] | `1,148.64` | `94.93` | `2.99x` |
|| [Apollo GraphQL] | `903.06` | `111.00` | `2.35x` |
|| [Netflix DGS] | `808.37` | `124.38` | `2.11x` |
|| [Hasura] | `383.54` | `259.90` | `1.00x` |
| 3 | `{ greet }` |
|| [Tailcall] | `40,055.00` | `2.51` | `26.55x` |
|| [Caliban] | `33,915.40` | `2.96` | `22.48x` |
|| [Gqlgen] | `24,280.40` | `9.41` | `16.09x` |
|| [async-graphql] | `23,974.70` | `4.22` | `15.89x` |
|| [GraphQL JIT] | `4,639.11` | `21.51` | `3.07x` |
|| [Netflix DGS] | `4,109.43` | `29.00` | `2.72x` |
|| [Apollo GraphQL] | `3,927.38` | `28.77` | `2.60x` |
|| [Hasura] | `1,508.74` | `67.02` | `1.00x` |
|| [Tailcall] | `38,812.50` | `2.58` | `27.13x` |
|| [Caliban] | `33,225.20` | `3.02` | `23.22x` |
|| [async-graphql] | `23,790.80` | `4.22` | `16.63x` |
|| [Gqlgen] | `23,565.90` | `9.02` | `16.47x` |
|| [GraphQL JIT] | `4,674.15` | `21.34` | `3.27x` |
|| [Netflix DGS] | `4,236.14` | `28.31` | `2.96x` |
|| [Apollo GraphQL] | `4,094.79` | `26.86` | `2.86x` |
|| [Hasura] | `1,430.68` | `72.55` | `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,812.50` | `4.57` | `187.42x` |
|| [GraphQL JIT] | `1,143.93` | `86.93` | `9.83x` |
|| [async-graphql] | `1,012.74` | `98.02` | `8.70x` |
|| [Caliban] | `781.46` | `128.26` | `6.71x` |
|| [Gqlgen] | `404.55` | `243.66` | `3.48x` |
|| [Netflix DGS] | `188.25` | `514.09` | `1.62x` |
|| [Apollo GraphQL] | `130.84` | `700.75` | `1.12x` |
|| [Hasura] | `116.38` | `763.38` | `1.00x` |
|| [Tailcall] | `21,616.20` | `4.61` | `204.32x` |
|| [GraphQL JIT] | `1,134.83` | `87.67` | `10.73x` |
|| [async-graphql] | `961.50` | `103.33` | `9.09x` |
|| [Caliban] | `774.23` | `129.04` | `7.32x` |
|| [Gqlgen] | `394.39` | `250.02` | `3.73x` |
|| [Netflix DGS] | `189.23` | `511.50` | `1.79x` |
|| [Apollo GraphQL] | `133.38` | `688.97` | `1.26x` |
|| [Hasura] | `105.80` | `806.48` | `1.00x` |
| 2 | `{ posts { title }}` |
|| [Tailcall] | `33,483.40` | `2.99` | `80.10x` |
|| [async-graphql] | `5,191.56` | `19.27` | `12.42x` |
|| [Caliban] | `4,780.60` | `21.41` | `11.44x` |
|| [GraphQL JIT] | `1,181.22` | `84.48` | `2.83x` |
|| [Gqlgen] | `1,140.25` | `96.10` | `2.73x` |
|| [Apollo GraphQL] | `871.49` | `115.18` | `2.08x` |
|| [Netflix DGS] | `802.84` | `124.89` | `1.92x` |
|| [Hasura] | `418.04` | `246.06` | `1.00x` |
|| [Tailcall] | `32,386.80` | `3.09` | `84.44x` |
|| [async-graphql] | `5,166.50` | `19.39` | `13.47x` |
|| [Caliban] | `4,872.88` | `21.08` | `12.70x` |
|| [GraphQL JIT] | `1,167.91` | `85.45` | `3.05x` |
|| [Gqlgen] | `1,148.64` | `94.93` | `2.99x` |
|| [Apollo GraphQL] | `903.06` | `111.00` | `2.35x` |
|| [Netflix DGS] | `808.37` | `124.38` | `2.11x` |
|| [Hasura] | `383.54` | `259.90` | `1.00x` |
| 3 | `{ greet }` |
|| [Tailcall] | `40,055.00` | `2.51` | `26.55x` |
|| [Caliban] | `33,915.40` | `2.96` | `22.48x` |
|| [Gqlgen] | `24,280.40` | `9.41` | `16.09x` |
|| [async-graphql] | `23,974.70` | `4.22` | `15.89x` |
|| [GraphQL JIT] | `4,639.11` | `21.51` | `3.07x` |
|| [Netflix DGS] | `4,109.43` | `29.00` | `2.72x` |
|| [Apollo GraphQL] | `3,927.38` | `28.77` | `2.60x` |
|| [Hasura] | `1,508.74` | `67.02` | `1.00x` |
|| [Tailcall] | `38,812.50` | `2.58` | `27.13x` |
|| [Caliban] | `33,225.20` | `3.02` | `23.22x` |
|| [async-graphql] | `23,790.80` | `4.22` | `16.63x` |
|| [Gqlgen] | `23,565.90` | `9.02` | `16.47x` |
|| [GraphQL JIT] | `4,674.15` | `21.34` | `3.27x` |
|| [Netflix DGS] | `4,236.14` | `28.31` | `2.96x` |
|| [Apollo GraphQL] | `4,094.79` | `26.86` | `2.86x` |
|| [Hasura] | `1,430.68` | `72.55` | `1.00x` |

<!-- PERFORMANCE_RESULTS_END -->

0 comments on commit b6a28c9

Please sign in to comment.