Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Mirić committed Jul 10, 2020
1 parent b3abc15 commit 7b25f28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data/markdown/docs/01 guides/02 Using k6/14 Executors.md
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ closed_model ✓ [======================================] 1 VUs 1m0s
```

This tight coupling between the VU iteration duration and start of new VU iterations
in effect means that the target system can influence the throughtput of the test, via
in effect means that the target system can influence the throughput of the test, via
its response time. Slower response times means longer iterations and a lower arrival
rate of new iterations, and vice versa for faster response times.

Expand All @@ -428,7 +428,7 @@ slowly a closed model load test will play "nice" and wait, resulting in increase
iteration durations and a tapering off of the arrival rate of new VU iterations.

This is not ideal when the goal is to simulate a certain arrival rate of new VUs,
or more generally throuhgput (eg. requests per second).
or more generally throughput (eg. requests per second).

To fix this problem we use an open model, decoupling the start of new VU iterations
from the iteration duration and the influence of the target system's response time.
Expand Down

0 comments on commit 7b25f28

Please sign in to comment.