Searched defs:numPerShard (Results 1 – 1 of 1) sorted by relevance
237 int numPerShard = (int) Math.ceil(fullList.size() / (float) shardCount); in splitTests() local259 List<IRemoteTest> fullList, int shardCount, int numPerShard, boolean needsCorrection) { in balancedDistrib()