Merge branch 'MDL-42198_master' of git://github.com/dmonllao/moodle

This commit is contained in:
Damyon Wiese 2013-10-14 16:14:38 +08:00
commit 35d7ba167a

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.