Home
last modified time | relevance | path

Searched refs:correctionRatio (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DStrictShardHelper.java149 float correctionRatio = 0f; in splitTests() local
154 correctionRatio = numPerShard - (fullList.size() / (float) shardCount); in splitTests()
157 numPerShard = (int) Math.floor(numPerShard - correctionRatio); in splitTests()