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