moodle/admin/tool/generator/classes
Eloy Lafuente (stronk7) b5c6ce0d7f MDL-72921 generators: exported users now match the plan size definition
Before this patch the exported users (to csv file that jmeter consumes)
were all the enrolled users in the test course. And that's ok when the
number of users enrolled match the number of concurrent threads planned
for a jmeter plan (each thread is a user).

But when both numbers don't match, that can lead to the jmeter plan
not behaving as expected, because it iterates over the excessive users
in the file, leading to some users having run 5 loops, others 4...

The only way to make results more consistent is to, always, ensure that
the number of users exported for the plan match the plan size and not
the site size.

And that's what this issue exactly does, restrict the export to the
number of threads that the plan will have. So every user always runs
the very same number of loops.
2021-10-29 18:03:39 +02:00
..
privacy MDL-61892 admin/tools: Implement null privacy providers 2018-04-20 11:41:20 +08:00
backend.php MDL-42084 Core: Change set_time_limit to core_php_time_limit::raise everywhere 2013-11-06 16:40:01 +00:00
course_backend.php MDL-55272 lib: Improve test course create performance 2016-08-16 12:00:21 +10:00
make_course_form.php MDL-49224 course: allow setting fullname and summary in course generator 2015-03-04 11:46:57 +08:00
make_testplan_form.php MDL-10965 tool_generator: use existing course element 2019-04-10 12:35:28 +02:00
site_backend.php Merge branch 'MDL-41827_master' of git://github.com/dmonllao/moodle 2013-09-25 02:38:34 +02:00
testplan_backend.php MDL-72921 generators: exported users now match the plan size definition 2021-10-29 18:03:39 +02:00