Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for HistoricalPerformance (0.13 sec)

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

            "WeeklyValidation",
        ),
        HISTORICAL_PERFORMANCE(
            "Historical Performance",
            "Once a week: Run performance tests for multiple Gradle versions",
            "HistoricalPerformance",
        ),
        ;
    
        val id: String
            get() = stageName.replace(" ", "").replace("-", "")
    }
    
    private val performanceRegressionTestCoverages =
        listOf(
            PerformanceTestCoverage(
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Sun Aug 03 22:40:28 UTC 2025
    - 25.9K bytes
    - Viewed (0)
Back to top