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

Distributed Loader Support in Experiment Driver #88

Open
Lightxyz opened this issue Nov 8, 2022 · 0 comments
Open

Distributed Loader Support in Experiment Driver #88

Lightxyz opened this issue Nov 8, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@Lightxyz
Copy link
Contributor

Lightxyz commented Nov 8, 2022

Currently, the experiment driver supports only one loader. To support multiple distributed loaders, the following additions are needed:

  • Deployment of functions done during the preparation phase (when iat generation happens). This should happen in the prepareLoader function.
  • GRPC calls to start the load simultaneously on all loaders, rather than using a shell command. This means modifying the startLoad function of the experiment driver.
@Lightxyz Lightxyz added the enhancement New feature or request label Nov 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant