/loggerhead/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerhead/trunk
1
2
3
4
5
6
7
8
9
{
    "comment": "A fairly trivial load test script. It just loads the main two pages from a loggerhead install running directly on a branch.",
    "parameters": {"base_url": "http://localhost:8080"},
    "requests": [
        {"relpath": "/changes"},
        {"relpath": "/files"}
    ]
}