mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Merge branch 'MDL-42198_master' of git://github.com/dmonllao/moodle
This commit is contained in:
commit
35d7ba167a
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user