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

Introduce init phase #201

Open
mwos-sl opened this issue Apr 22, 2020 · 0 comments
Open

Introduce init phase #201

mwos-sl opened this issue Apr 22, 2020 · 0 comments

Comments

@mwos-sl
Copy link

mwos-sl commented Apr 22, 2020

It's about ability to create one more step before warm-ups, to initialize things.
My scenario is, that I have to initialize "environment" by running a diffent set of gradle tasks and flags, and then use different one for actuall benchmarking.

So for benchmarking currently we can use:

  cleanup-tasks = ["cleanTest"]
  tasks = ["test"]
  gradle-args = ["--no-build-cache", "--no-scan", "--continue"]

But for initialization I need

  init-tasks = ["testAssemble"]
  init-gradle-args = ["--no-scan"]

So the change would be about adding init-tasks and init-gradle-args properties.
I could try to implement that, but could you help me to estimate is it hard and point me to some places where to start?

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