~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to load_test_scripts/simple.script

  • Committer: Robey Pointer
  • Date: 2007-01-02 04:35:59 UTC
  • Revision ID: robey@lag.net-20070102043559-e8knder8lwv46wbz
make the cache folder and branch url (prefix) be optional settings on the
project, so they can be omitted from specific branches under a project and
be assumed.  this is to make it easier to publish many branches under one
project and have them share caches and public urls.

Show diffs side-by-side

added added

removed removed

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