class ParallelTests::Test::Runner

def with_filesize_info(tests)

def with_filesize_info(tests)
  # use filesize to group files
  tests.sort.map { |test| [test, File.stat(test).size] }
end