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 May 13, 2024
1 parent b868c16 commit 750fed3
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] | `8,372.37` | `12.02` |
| [Tailcall] | `8,300.65` | `12.04` |
| [async-graphql] | `7,901.72` | `12.66` |
| [Gqlgen] | `2,212.50` | `46.81` |
| [Apollo GraphQL] | `1,842.09` | `54.05` |
| [Netflix DGS] | `1,352.60` | `78.40` |
| [Caliban] | `8,621.33` | `11.60` |
| [async-graphql] | `7,857.93` | `12.73` |
| [Tailcall] | `7,311.30` | `13.64` |
| [Gqlgen] | `2,159.13` | `47.76` |
| [Apollo GraphQL] | `1,811.31` | `55.05` |
| [Netflix DGS] | `1,336.90` | `79.16` |

<!-- 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] | `8,372.37` | `12.02` |
| [Tailcall] | `8,300.65` | `12.04` |
| [async-graphql] | `7,901.72` | `12.66` |
| [Gqlgen] | `2,212.50` | `46.81` |
| [Apollo GraphQL] | `1,842.09` | `54.05` |
| [Netflix DGS] | `1,352.60` | `78.40` |
| [Caliban] | `8,621.33` | `11.60` |
| [async-graphql] | `7,857.93` | `12.73` |
| [Tailcall] | `7,311.30` | `13.64` |
| [Gqlgen] | `2,159.13` | `47.76` |
| [Apollo GraphQL] | `1,811.31` | `55.05` |
| [Netflix DGS] | `1,336.90` | `79.16` |

<!-- PERFORMANCE_RESULTS_END -->

0 comments on commit 750fed3

Please sign in to comment.