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 Jun 17, 2024
1 parent 82a0fae commit bd51fd2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ Get started with the benchmarks:

| Server | Requests/sec | Latency (ms) |
|--------:|--------------:|--------------:|
| [Caliban] | `9,197.55` | `11.22` |
| [async-graphql] | `8,074.76` | `12.39` |
| [Tailcall] | `7,588.07` | `13.15` |
| [Gqlgen] | `2,218.11` | `46.57` |
| [Apollo GraphQL] | `1,851.00` | `53.84` |
| [Netflix DGS] | `1,660.74` | `64.72` |
| [Caliban] | `9,001.06` | `11.49` |
| [async-graphql] | `7,753.07` | `12.90` |
| [Tailcall] | `7,131.82` | `13.98` |
| [Gqlgen] | `2,147.80` | `47.99` |
| [Apollo GraphQL] | `1,744.69` | `57.15` |
| [Netflix DGS] | `1,647.22` | `63.95` |

<!-- PERFORMANCE_RESULTS_END -->

Expand Down
Binary file modified assets/latency_histogram.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_histogram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions results.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

| Server | Requests/sec | Latency (ms) |
|--------:|--------------:|--------------:|
| [Caliban] | `9,197.55` | `11.22` |
| [async-graphql] | `8,074.76` | `12.39` |
| [Tailcall] | `7,588.07` | `13.15` |
| [Gqlgen] | `2,218.11` | `46.57` |
| [Apollo GraphQL] | `1,851.00` | `53.84` |
| [Netflix DGS] | `1,660.74` | `64.72` |
| [Caliban] | `9,001.06` | `11.49` |
| [async-graphql] | `7,753.07` | `12.90` |
| [Tailcall] | `7,131.82` | `13.98` |
| [Gqlgen] | `2,147.80` | `47.99` |
| [Apollo GraphQL] | `1,744.69` | `57.15` |
| [Netflix DGS] | `1,647.22` | `63.95` |

<!-- PERFORMANCE_RESULTS_END -->

0 comments on commit bd51fd2

Please sign in to comment.