Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for splitIntoBuckets (2.17 sec)

  1. .teamcity/src/main/kotlin/model/PerformanceTestBucketProvider.kt

                        ?: PerformanceTestDuration(scenario.scenario, 1)
                })
                .entries
                .map { TestProjectDuration(it.key, it.value) }
                .sortedBy { -it.totalTime }
        return splitIntoBuckets(
            LinkedList(testProjectDurations),
            TestProjectDuration::totalTime,
            { largeElement: TestProjectDuration, size: Int -> largeElement.split(size) },
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Thu Jul 10 02:18:03 UTC 2025
    - 16.6K bytes
    - Viewed (0)
Back to top