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

Commit fd5f4c8

Browse files
committed
update readme
Signed-off-by: Sahil Yeole <[email protected]>
1 parent 7d299e3 commit fd5f4c8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Explore and compare the performance of the fastest GraphQL frameworks through ou
1010
- [Throughput (Higher is better)](#throughput-higher-is-better)
1111
- [Latency (Lower is better)](#latency-lower-is-better)
1212
- [Architecture](#architecture)
13-
- [WRK](#wrk)
13+
- [K6](#k6)
1414
- [GraphQL](#graphql)
1515
- [Nginx](#nginx)
1616
- [Jsonplaceholder](#jsonplaceholder)
@@ -117,11 +117,11 @@ Get started with the benchmarks:
117117

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

120-
A client (`wrk`) sends requests to a GraphQL server to fetch post titles. The GraphQL server, in turn, retrieves data from an external source, `jsonplaceholder.typicode.com`, routed through the `nginx` reverse proxy.
120+
A client (`k6`) sends requests to a GraphQL server to fetch post titles. The GraphQL server, in turn, retrieves data from an external source, `jsonplaceholder.typicode.com`, routed through the `nginx` reverse proxy.
121121

122-
### WRK
122+
### K6
123123

124-
`wrk` serves as our test client, sending GraphQL requests at a high rate.
124+
`k6` serves as our test client, sending GraphQL requests at a high rate.
125125

126126
### GraphQL
127127

assets/architecture.png

-1.57 KB
Loading

0 commit comments

Comments
 (0)