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

Fixed test_runner.sh argument order. #34

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

stronk7 commented 10 years ago

Confirmed, +1. Assigning to David, thanks!