You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add utility of -jXX to run the unit tests (that anyway running in separate process) in parallel.
To avoid prints that will mix together, need that the processes won't write to stdout but will write to other place and just upon termination it will be copied to stdout. In case of no parallel, the output should go to stdout.
This change should be as light in runtime as can so it will really gain better time even for short tests.
The text was updated successfully, but these errors were encountered:
Add utility of -jXX to run the unit tests (that anyway running in separate process) in parallel.
To avoid prints that will mix together, need that the processes won't write to stdout but will write to other place and just upon termination it will be copied to stdout. In case of no parallel, the output should go to stdout.
This change should be as light in runtime as can so it will really gain better time even for short tests.
The text was updated successfully, but these errors were encountered: