Bug 6015, new script for load testing
authorPaul Poulain <paul.poulain@biblibre.com>
Fri, 2 Dec 2011 16:31:41 +0000 (17:31 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Fri, 2 Dec 2011 16:39:13 +0000 (17:39 +0100)
commitdf80c6358c7f4ec98c1ac90ad4c333e01bb3e9d5
tree6c8cbdfef5b3df29e18bd935ce1be7199f5afe57
parentc7ef4da571cc5451e4922a0ad0f5a2d285d91f77
Bug 6015, new script for load testing

This benchmark_staff.pl script is based on the previous benchmark_circulation.pl script
As it does not test only circulation, the renaming was necessary.
The script has many enhancement compared to the benchmark_circulation.pl one
The benchmark_staff will run a benchmark on the following pages:
    * mainpage.pl
    * catalogue/detail.pl
    * catalogue/search.pl
    * members/member.pl (search on a name)
    * members/member.pl (search on a 1st letter)
    * circulation/circulation.pl and return.pl (check-out and check-in)
    * all those steps at the same time

    run the script without any parameter to get syntax
misc/load_testing/benchmark_staff.pl [new file with mode: 0644]