-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,19 +2,13 @@ | |
|
||
Explore and compare the performance of the fastest GraphQL federation routers through our comprehensive benchmarks. | ||
|
||
- [Introduction](#introduction) | ||
- [Benchmark Results](#benchmark-results) | ||
- [Introduction](#introduction) | ||
- [Architecture](#architecture) | ||
- [Quick Start](#quick-start) | ||
- [Resources](#resources) | ||
- [Contribute](#contribute) | ||
|
||
## Introduction | ||
|
||
This document presents a comparative analysis of several renowned GraphQL Federation routers. Dive deep into the performance metrics and get insights regarding their throughput and latency. | ||
|
||
> **NOTE:** This is a work-in-progress suite of benchmarks, and we would appreciate help from the community to add more routers or tune the existing ones for better performance. | ||
## Benchmark Results | ||
|
||
<!-- PERFORMANCE_RESULTS_START --> | ||
|
@@ -26,6 +20,12 @@ This document presents a comparative analysis of several renowned GraphQL Federa | |
| [Grafbase](https://github.com/grafbase/grafbase) | `❌ / 4,586 RPS / 0.0076 sec` | `❌ / 16,269 RPS / 0.0405 sec` | `❌ / 6,681 RPS / 0.0109 sec` | | ||
<!-- PERFORMANCE_RESULTS_END --> | ||
|
||
## Introduction | ||
|
||
This document presents a comparative analysis of several renowned GraphQL Federation routers. Dive deep into the performance metrics and get insights regarding their throughput and latency. | ||
|
||
> **NOTE:** This is a work-in-progress suite of benchmarks, and we would appreciate help from the community to add more routers or tune the existing ones for better performance. | ||
## Architecture | ||
|
||
![image info](./files/diagram.png) | ||
|
@@ -40,7 +40,7 @@ This document presents a comparative analysis of several renowned GraphQL Federa | |
|
||
To run the benchmarks, you have to install Docker on your computer. We advise using Docker because it eliminates the hassle of managing benchmark dependencies. Follow the instructions provided on the official website: https://docs.docker.com/engine/install/ | ||
|
||
"`bash | ||
```bash | ||
git clone [email protected]:tailcallhq/federation-example.git | ||
cd federation-example | ||
sudo docker build -t tailcallhq/federation-benchmark . | ||
|