moodle/admin/tool/generator
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
..
classes MDL-72921 generators: exported users now match the plan size definition 2021-10-29 18:03:39 +02:00
cli MDL-72921 generators: exported users now match the plan size definition 2021-10-29 18:03:39 +02:00
lang/en MDL-61892 admin/tools: Implement null privacy providers 2018-04-20 11:41:20 +08:00
tests MDL-49224 course: allow setting fullname and summary in course generator 2015-03-04 11:46:57 +08:00
index.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
lib.php MDL-50049 deprecation: Remove usage of deprecated api and cleanup 2015-06-29 17:15:50 +05:30
maketestcourse.php MDL-49224 course: allow setting fullname and summary in course generator 2015-03-04 11:46:57 +08:00
maketestplan.php MDL-72921 generators: exported users now match the plan size definition 2021-10-29 18:03:39 +02:00
settings.php MDL-41421 tool_generator: Adding a test plan generator to feed JMeter 2013-09-25 09:19:11 +08:00
testplan.template.jmx MDL-63927 performance: Update the plan to support the new login token 2018-11-08 10:25:08 +01:00
upgrade.txt MDL-72921 generators: exported users now match the plan size definition 2021-10-29 18:03:39 +02:00
version.php MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +02:00