At the moment when you split tests by timing data, if some timing is found, the files that don't have timing data will default to a low time duration for the purposes of the split. This can cause an uneven split if the tests without data are long running tests.
It would be great if there was an option to fall back to an alphabetical split for the files that don't contain timing data. As this would ensure a more even split of these tests.
Created by Nick Bialostosky