moodlehq / moodle-performance-comparison

Set of shell scripts to run Moodle performance tests using different hardware and configurations and compare results.
GNU General Public License v2.0
75 stars 39 forks source link

README file indicates incorrect order of parameters to test_runner.sh script #31

Closed jfilip closed 10 years ago

jfilip commented 10 years ago

The README file indicates the following parameter order for executing the JMeter tests:

./test_runner.sh {groupname} {descriptioname} testusers.csv testplan.jmx site_data.properties

But, after failures and examining the test_runner.sh script, I realised that the parameter order should be:

./test_runner.sh {groupname} {descriptioname} testplan.jmx testusers.csv site_data.properties

jfilip commented 10 years ago

Looks like my pull requests created issues automatically. I'll move my comments to those and close this issue.

dmonllao commented 10 years ago

Thanks Justin, changed merged in all branches.