lake-lerna / hydra

A Scale Testing infra using Mesos and marathon
Apache License 2.0
13 stars 8 forks source link

[ZMQScaleTest]: Re use the subs in the full suite #20

Closed kratos7 closed 8 years ago

kratos7 commented 8 years ago

Currently,

Each run launches and tearDowns the clients. That is a bit inefficient. We need to make it a bit efficient. Most likely figure out a way to re use already launched slaves.

sushilks commented 8 years ago

Fixed and merged.