Skip to content

Commit e9a7230

Browse files
committed
readme updated
1 parent 64d7ef5 commit e9a7230

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ def test_run_example_journey(complete_configuration):
9595

9696
## Commonly used grasshopper pytest arguments
9797

98-
- `--runtime`: Number of seconds to run each test. Set to 120 by default.
99-
- `--iterations`: Number of iterations to for each test to run. If specified, the test will
100-
stop when either the iteration limit is reached or the runtime expires, whichever comes first.
101-
Set to 0 by default (no iteration limit).
98+
- `--runtime`: Number of seconds to run each test. Runtime is defined always. Set to 120 by default.
99+
- `--iterations`: Number of iterations to for each test (but accross all users) to run.
100+
If specified, the test will stop when either the iteration limit is reached or the runtime
101+
expires, whichever comes first. Set to 0 by default (no iteration limit).
102102
- `--users`: Max number of users that are spawned. Set to 1 by default.
103103
- `--spawn_rate` : Number of users to spawn per second. Set to 1 by default.
104104
- `--shape`: The name of a shape to run for the test.

0 commit comments

Comments
 (0)