For clarity, LP suffered from the 'tests get 0 duration' bug in an older testr; this led to a dual-core machine having a partition like:
[
[0][testa, testb]
]
rather than
[
[0][testa],
[0][testb],
]
which would parallelise better in this corner case.
For clarity, LP suffered from the 'tests get 0 duration' bug in an older testr; this led to a dual-core machine having a partition like:
[
[0][testa, testb]
]
rather than
[
[0][testa],
[0][testb],
]
which would parallelise better in this corner case.