Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tnachen opened this issue May 25, 2017 · 0 comments
Open

Comments

@tnachen
Copy link
Contributor

tnachen commented May 25, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant