- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for largeElementSplitFunction (0.1 sec)
-
.teamcity/src/main/kotlin/model/bucket-extensions.kt
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Thu Nov 17 05:17:44 UTC 2022 - 4K bytes - Viewed (0) -
.teamcity/src/main/kotlin/model/PerformanceTestBucketProvider.kt
} else { val list = LinkedList(scenarioDurations.sortedBy { -it.durationInMs }) val toIntFunction = PerformanceTestDuration::durationInMs val largeElementSplitFunction: (PerformanceTestDuration, Int) -> List<List<PerformanceTestDuration>> = { performanceTestDuration: PerformanceTestDuration, _: Int -> listOf(listOf(performanceTestDuration)) }
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Mon Feb 19 11:22:56 UTC 2024 - 15.3K bytes - Viewed (0)