Skip to content

Commit 6a2343f

Browse files
authored
Merge pull request #3 from thobhanifreddy/main
fixed httlp_reqs calculation in readme
2 parents b03db5c + 3ab7faf commit 6a2343f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,11 +288,12 @@ This setting uses the [`constant-arrival-rate` scenario](https://grafana.com/doc
288288
289289
Given that each iteration executes only one Pizza request, the test will run 20 requests per second. Mathematically speaking:
290290
- 20 iterations per second x 1 request per iteration = 20 requests per second
291+
- 20 requests per second x 20 second = 200 requests
291292
292293
Run the test. After completion, you can see the test request rate by looking at the `http_reqs` metric, which reports the number of http requests and the request rate. In our example, it is close to our goal of 20 requests per second.
293294
294295
```bash
295-
http_reqs......................: 601 19.680544/s
296+
http_reqs......................: 201 19.680544/s
296297
```
297298
298299
### Think time
@@ -1041,4 +1042,4 @@ Still, the [Quickpizza repository](https://github.com/grafana/quickpizza) includ
10411042
- Examples using local or public extensions
10421043
- One example using the `k6-operator` to distribute the test load among Kubernetes Pods
10431044
- Other integrations with Grafana and the Grafana o11y stack
1044-
- And more!
1045+
- And more!

0 commit comments

Comments
 (0)