You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: