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 17, 2024
1 parent a599b25 commit bb6d077
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,015.67` | `12.45` |
| [async-graphql] | `7,669.22` | `13.04` |
| [Tailcall] | `6,888.02` | `14.49` |
| [Gqlgen] | `2,189.13` | `47.24` |
| [Apollo GraphQL] | `1,755.09` | `56.66` |
| [Netflix DGS] | `1,338.24` | `79.32` |
| [Caliban] | `8,353.69` | `12.38` |
| [async-graphql] | `7,549.17` | `13.25` |
| [Tailcall] | `6,854.49` | `14.56` |
| [Gqlgen] | `2,054.51` | `50.56` |
| [Apollo GraphQL] | `1,710.58` | `58.29` |
| [Netflix DGS] | `1,210.48` | `86.25` |

<!-- 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,015.67` | `12.45` |
| [async-graphql] | `7,669.22` | `13.04` |
| [Tailcall] | `6,888.02` | `14.49` |
| [Gqlgen] | `2,189.13` | `47.24` |
| [Apollo GraphQL] | `1,755.09` | `56.66` |
| [Netflix DGS] | `1,338.24` | `79.32` |
| [Caliban] | `8,353.69` | `12.38` |
| [async-graphql] | `7,549.17` | `13.25` |
| [Tailcall] | `6,854.49` | `14.56` |
| [Gqlgen] | `2,054.51` | `50.56` |
| [Apollo GraphQL] | `1,710.58` | `58.29` |
| [Netflix DGS] | `1,210.48` | `86.25` |

<!-- PERFORMANCE_RESULTS_END -->

0 comments on commit bb6d077

Please sign in to comment.