- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for SingleTestProjectBucket (0.12 sec)
-
.teamcity/src/main/kotlin/model/PerformanceTestBucketProvider.kt
fun split(expectedBucketNumber: Int): List<PerformanceTestBucket> { return if (expectedBucketNumber == 1 || scenarioDurations.size == 1) { listOf(SingleTestProjectBucket(testProject, scenarioDurations.map { it.scenario })) } else { val list = LinkedList(scenarioDurations.sortedBy { -it.durationInMs }) val toIntFunction = PerformanceTestDuration::durationInMs
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Mon Feb 19 11:22:56 UTC 2024 - 15.3K bytes - Viewed (0)