Searched refs:fullRuntimeMs (Results 1 – 2 of 2) sorted by relevance
2121 final long fullRuntimeMs = testIds.size()*100; in testRuntimeHint_optionSetSharded() local2122 setter.setOptionValue("runtime-hint", String.valueOf(fullRuntimeMs)); in testRuntimeHint_optionSetSharded()2126 (fullRuntimeMs*SHARD_SIZE)/TEST_COUNT, in testRuntimeHint_optionSetSharded()2129 (fullRuntimeMs*(TEST_COUNT-SHARD_SIZE))/TEST_COUNT, in testRuntimeHint_optionSetSharded()
2309 long fullRuntimeMs = getRuntimeHint(); in updateRuntimeHint() local2312 long shardRuntime = (fullRuntimeMs * runner.mTestInstances.size()) / originalSize; in updateRuntimeHint()