-
Notifications
You must be signed in to change notification settings - Fork 15
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
Flacoco supports parallelisation #92
Comments
Just one thought: That would allow that each runner have one particular configuration. |
Ok, yes. I agree with that use case. I will include that change in #91 . |
On a second though, we have to make a design decision:
The second option is more OOP, but in some cases this will result in a lot of parameters. WDYT? |
Both options are fine, but I'd chose the first one as it would be easier to develop and maintain. |
There's also another issue with parallelization. |
ok, I see. |
We can check if Flacoco supports parallelisation on the same JVM.
We have a singleton in FlacocoConfig that could impact on the parallelisation.
(Point discussed in #91)
The text was updated successfully, but these errors were encountered: