Skip to content

Use docker containers to launch load test commands instead of child spawn #14

@tnachen

Description

@tnachen

Currently we just fork a process to run a load test tool, however this is troublesome as the dependencies of benchmark-controller is tied with the load test tool as we just create one docker image.

We should instead allow the load test tool to be packaged in a separate docker container, and we launch through docker in the benchmark controller instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions