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

Refactor runners #5

Open
2 of 3 tasks
alecandido opened this issue Dec 23, 2020 · 1 comment
Open
2 of 3 tasks

Refactor runners #5

alecandido opened this issue Dec 23, 2020 · 1 comment
Labels
runners Tools for writing benchmarks' runners
Milestone

Comments

@alecandido
Copy link
Member

alecandido commented Dec 23, 2020

Following to the newly chosen benchmark layout the runners should be refactored, backed by a proper library (in banana) and the new runners (in yadism/benchmarks) making use of the library.

  • develop runners tools, to support one of the models of Generate OCards in the runners #3
    • they should support parallelization, since the only critical operation it's writing on db (see note on DBMS #2)
  • create new runners
    • making use of the tools
    • properly tagged
@alecandido alecandido mentioned this issue Dec 23, 2020
4 tasks
@alecandido alecandido added this to the First Release milestone Dec 23, 2020
@alecandido alecandido added the runners Tools for writing benchmarks' runners label Dec 23, 2020
@alecandido
Copy link
Member Author

At the level of runners it might still be a nice idea to have tags (then we'll propagate to the db and the navigator, as a second step). Something like:

self.run(..., tags=["scale variations", pto, fns]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
runners Tools for writing benchmarks' runners
Projects
None yet
Development

No branches or pull requests

1 participant