- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for PerformanceTestCoverage (0.14 seconds)
-
.teamcity/src/main/kotlin/projects/StageProject.kt
stage: Stage, performanceTestCoverage: PerformanceTestCoverage, ): PerformanceTestsPass { val performanceTestProject = AutomaticallySplitPerformanceTestProject( model, performanceTestBucketProvider, stage, performanceTestCoverage, ) subProject(performanceTestProject)Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 30 04:44:29 GMT 2026 - 12.5K bytes - Click Count (0) -
.teamcity/src/main/kotlin/model/PerformanceTestBucketProvider.kt
override fun createPerformanceTestsFor( stage: Stage, performanceTestCoverage: PerformanceTestCoverage, ): List<PerformanceTest> { val performanceTestType = performanceTestCoverage.type val performanceTestSpec = PerformanceTestSpec(performanceTestType, performanceTestCoverage.os) val scenarios = determineScenariosFor(performanceTestSpec, performanceTestConfigurations)Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Jan 29 01:37:22 GMT 2026 - 17.2K bytes - Click Count (0) -
.teamcity/src/main/kotlin/model/CIBuildModel.kt
} private val performanceRegressionTestCoverages = listOf( PerformanceTestCoverage( 1, PerformanceTestType.PER_COMMIT, Os.LINUX, numberOfBuckets = 50, oldUuid = "PerformanceTestTestLinux", ), PerformanceTestCoverage( 6, PerformanceTestType.PER_COMMIT, Os.WINDOWS,Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Jan 20 03:53:25 GMT 2026 - 27.5K bytes - Click Count (0) -
.teamcity/src/test/kotlin/PerformanceTestBuildTypeTest.kt
buildModel, Stage( StageName.PULL_REQUEST_FEEDBACK, performanceTests = listOf(PerformanceTestCoverage(1, PerformanceTestType.PER_COMMIT, Os.LINUX)), ), PerformanceTestCoverage(1, PerformanceTestType.PER_COMMIT, Os.LINUX), "Description", "performance",Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 13 05:03:56 GMT 2026 - 8.5K bytes - Click Count (0)