~loggerhead-team/loggerhead/trunk-rich

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"}
    ]
}