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

Control order of benchmarking #15

Open
bennn opened this issue Apr 27, 2018 · 1 comment
Open

Control order of benchmarking #15

bennn opened this issue Apr 27, 2018 · 1 comment

Comments

@bennn
Copy link
Member

bennn commented Apr 27, 2018

Please let me:

  • setup 2 parallel tasks, each using a different binary
  • run their sub-tasks in parallel

So if Task A and Task B have subtasks 1 and 2, then I want to run in this order:

  • A1
  • B1
  • A2
  • B2
@bennn
Copy link
Member Author

bennn commented Apr 30, 2018

Sorry, I meant to do this today but I don't see a nice way of implementing it. Is the harness supposed to figure out the parallel structure between subtasks?

Maybe for now it'll work to specify things with a manifest (instead of the command-line), and copy the manifest file into chunks to impose the order you want.

i.e. put A1 and A2 into separate manifests

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