MDL-42198 tool_generator: Changing test plan default values

To achieve more stability on test results we
switch to less users and more loops.
This commit is contained in:
David Monllao 2013-10-08 16:02:37 +08:00
parent f8eff10319
commit 8f50ec7db6

View File

@ -41,12 +41,12 @@ class tool_generator_testplan_backend extends tool_generator_backend {
/**
* @var Number of users depending on the selected size.
*/
protected static $users = array(1, 30, 200, 1000, 5000, 10000);
protected static $users = array(1, 30, 100, 1000, 5000, 10000);
/**
* @var Number of loops depending on the selected size.
*/
protected static $loops = array(1, 1, 2, 3, 3, 5);
protected static $loops = array(5, 5, 5, 6, 6, 7);
/**
* @var Rampup period depending on the selected size.