Set of shell scripts to run Moodle performance tests using different hardware and configurations and compare results.
GNU General Public License v2.0
76
stars
40
forks
source link
Fixed test_runner.sh argument order. #33
Closed
jfilip closed 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