Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for PerformanceTestType (0.57 sec)

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

    ): List<PerformanceScenario> {
        val performanceTestTypes =
            if (performanceTestSpec.performanceTestType == PerformanceTestType.FLAKINESS_DETECTION) {
                listOf(PerformanceTestType.PER_COMMIT, PerformanceTestType.PER_DAY)
            } else {
                listOf(performanceTestSpec.performanceTestType)
            }
        return performanceTestConfigurations.flatMap { configuration ->
            configuration.groups
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Thu Jul 10 02:18:03 UTC 2025
    - 16.6K bytes
    - Viewed (0)
  2. .teamcity/src/main/kotlin/model/CIBuildModel.kt

        listOf(
            PerformanceTestCoverage(
                1,
                PerformanceTestType.PER_COMMIT,
                Os.LINUX,
                numberOfBuckets = 50,
                oldUuid = "PerformanceTestTestLinux",
            ),
            PerformanceTestCoverage(
                6,
                PerformanceTestType.PER_COMMIT,
                Os.WINDOWS,
                numberOfBuckets = 10,
                failsStage = true,
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Wed Nov 05 13:00:26 UTC 2025
    - 27.5K bytes
    - Viewed (0)
Back to top