Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 6fea154

Browse files
committed
update readme
Signed-off-by: Sahil Yeole <[email protected]>
1 parent 95d0fa3 commit 6fea154

File tree

1 file changed

+9
-29
lines changed

1 file changed

+9
-29
lines changed

README.md

Lines changed: 9 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,15 @@ Get started with the benchmarks:
4646

4747
## Benchmark Results
4848

49+
| Throughput (Higher is better) | Latency (Lower is better) |
50+
|-------:|--------:|
51+
| `{{ posts { id userId title user { id name email }}}}` |
52+
| ![](assets/posts_users_reqs.png) | ![](assets/posts_users_latency.png) |
53+
| `{ posts { title }}` |
54+
| ![](assets/posts_reqs.png) | ![](assets/posts_latency.png) |
55+
| `{greet}` |
56+
| ![](assets/greet_reqs.png) | ![](assets/greet_latency.png) |
57+
4958
<!-- PERFORMANCE_RESULTS_START -->
5059

5160
| Query | Server | Requests/sec | Latency (ms) | Relative |
@@ -80,35 +89,6 @@ Get started with the benchmarks:
8089

8190
<!-- PERFORMANCE_RESULTS_END -->
8291

83-
84-
85-
### 1. `{posts {title body user {name}}}`
86-
#### Throughput (Higher is better)
87-
88-
![Throughput Histogram](assets/req_sec_histogram1.png)
89-
90-
#### Latency (Lower is better)
91-
92-
![Latency Histogram](assets/latency_histogram1.png)
93-
94-
### 2. `{posts {title body}}`
95-
#### Throughput (Higher is better)
96-
97-
![Throughput Histogram](assets/req_sec_histogram2.png)
98-
99-
#### Latency (Lower is better)
100-
101-
![Latency Histogram](assets/latency_histogram2.png)
102-
103-
### 3. `{greet}`
104-
#### Throughput (Higher is better)
105-
106-
![Throughput Histogram](assets/req_sec_histogram3.png)
107-
108-
#### Latency (Lower is better)
109-
110-
![Latency Histogram](assets/latency_histogram3.png)
111-
11292
## Architecture
11393

11494
![Architecture Diagram](assets/architecture.png)

0 commit comments

Comments
 (0)