We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To make things faster, containers should not be created one by one and created in parallel when possible.
Possible opportunities:
platform/platform-controller/src/main/java/org/hobbit/controller/ExperimentManager.java
Lines 239 to 273 in e8c1d84
Lines 346 to 349 in e8c1d84
We already have API for that and it was tested with ORCA:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
User story
To make things faster, containers should not be created one by one and created in parallel when possible.
Possible opportunities:
platform/platform-controller/src/main/java/org/hobbit/controller/ExperimentManager.java
Lines 239 to 273 in e8c1d84
platform/platform-controller/src/main/java/org/hobbit/controller/ExperimentManager.java
Lines 346 to 349 in e8c1d84
Solution
We already have API for that and it was tested with ORCA:
The text was updated successfully, but these errors were encountered: