- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for PerformanceTestType (0.24 sec)
- 
				
				.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 Sep 10 11:36:15 UTC 2025 - Last Modified: Thu Jul 10 02:18:03 UTC 2025 - 16.6K bytes - Viewed (0)
- 
				
				.teamcity/src/main/kotlin/model/PerformanceTestSpec.ktimport java.util.Locale interface PerformanceTestBuildSpec { val type: PerformanceTestType val os: Os val arch: Arch fun asConfigurationId( model: CIBuildModel, bucket: String, ): String fun channel(): String } interface PerformanceTestProjectSpec { val os: Os val type: PerformanceTestType val failsStage: BooleanRegistered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Wed Feb 12 09:12:03 UTC 2025 - 3.8K bytes - Viewed (0)
- 
				
				.teamcity/src/main/kotlin/model/CIBuildModel.ktlistOf( PerformanceTestCoverage( 1, PerformanceTestType.PER_COMMIT, Os.LINUX, numberOfBuckets = 50, oldUuid = "PerformanceTestTestLinux", ), PerformanceTestCoverage( 6, PerformanceTestType.PER_COMMIT, Os.WINDOWS, numberOfBuckets = 10, failsStage = false, Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Sun Aug 03 22:40:28 UTC 2025 - 25.9K bytes - Viewed (0)
- 
				
				.teamcity/src/main/kotlin/configurations/PerformanceTestsPass.ktimport common.Os import common.applyDefaultSettings import jetbrains.buildServer.configs.kotlin.ParameterDisplay import jetbrains.buildServer.configs.kotlin.ReuseBuilds import model.CIBuildModel import model.PerformanceTestType import projects.PerformanceTestProject class PerformanceTestsPass( model: CIBuildModel, performanceTestProject: PerformanceTestProject, ) : OsAwareBaseGradleBuildType( Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Wed Feb 12 09:12:03 UTC 2025 - 5.8K bytes - Viewed (0)
- 
				
				.teamcity/src/main/kotlin/configurations/PerformanceTest.kt} if (testProjects.isNotEmpty()) { steps { preBuildSteps() killProcessStep(buildTypeThis, KILL_ALL_GRADLE_PROCESSES, os) substDirOnWindows(os)Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Wed Feb 12 09:12:03 UTC 2025 - 5.9K bytes - Viewed (0)