/loggerhead/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerhead/trunk
423.2.4 by John Arbash Meinel
Add a <noop> command to the RequestWorker.
1
{
423.2.5 by John Arbash Meinel
Allow comment strings in the scripts.
2
    "comment": "A fairly trivial load test script. It just loads the main two pages from a loggerhead install running directly on a branch.",
423.2.4 by John Arbash Meinel
Add a <noop> command to the RequestWorker.
3
    "parameters": {"base_url": "http://localhost:8080"},
4
    "requests": [
5
        {"relpath": "/changes"},
6
        {"relpath": "/files"}
7
    ]
8
}
9