File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments