Home
last modified time | relevance | path

Searched defs:numPerShard (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DStrictShardHelper.java146 int numPerShard = (int) Math.ceil(fullList.size() / (float) shardCount); in splitTests() local
166 List<IRemoteTest> fullList, int shardCount, int numPerShard, boolean needsCorrection) { in balancedDistrib()