Skip to main content

Wrapper for Vegeta Load Testing tool

Project description

Bulma

GitHub Workflow Status PyPI

A companion to Vegeta that tells him what to do. Define a configuration file like below and run:

python -m bulma -c samples/bulma.config.json

bulma.config.json

{
    "Project": "My Super Project",
    "Duration": "5s",
    "Rate": "50/1s",
    "Header": {
        "Content-Type":[ "application/json" ],
        "Accept-Encoding":[ "*" ]
    },
    "Corpus": [
        {
            "id": "Getting Todo JSON data",
            "method": "GET",
            "url": "https://jsonplaceholder.typicode.com/todos/1",
            "header": { "Content-Type": ["application/json"] }
        },
        {
            "id": "Converting text to Md5",
            "method": "GET",
            "url": "http://md5.jsontest.com/?text=example_text",
            "header": { "Content-Type": ["application/json"] }
        }
    ]
}

Each of the cases within the Corpus are passed directly to Vegeta's JSON format allowing you to specify anything that would normally be supported by that tool.

Bulma supports the following body types which can be attached to any cases witin the Corpus:

  • body: Raw string body
  • body_file: Relative location to a file, content's are extracted
  • body_graphql: Relative location to a file containing a GraphQL query. contents are extracted and pushed into query property for a GraphQL request

Note that relativity here is relative to where you run the script

Full Sample

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bulma-load-0.0.8.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

bulma_load-0.0.8-py3-none-any.whl (5.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page