- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for PerformanceTestType (0.07 sec)
-
.teamcity/src/main/kotlin/model/PerformanceTestSpec.kt
import 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 Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Feb 12 09:12:03 UTC 2025 - 3.8K bytes - Viewed (0) -
.teamcity/src/test/kotlin/PerformanceTestBuildTypeTest.kt
Stage( StageName.PULL_REQUEST_FEEDBACK, performanceTests = listOf(PerformanceTestCoverage(1, PerformanceTestType.PER_COMMIT, Os.LINUX)), ), PerformanceTestCoverage(1, PerformanceTestType.PER_COMMIT, Os.LINUX), "Description", "performance", listOf("largeTestProject", "smallTestProject"),
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Sep 18 12:22:32 UTC 2025 - 8.4K bytes - Viewed (0) -
.teamcity/src/main/kotlin/configurations/PerformanceTestsPass.kt
import common.applyDefaultSettings import common.setArtifactRules 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 Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Dec 22 07:15:16 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 Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Dec 22 07:15:16 UTC 2025 - 6K bytes - Viewed (0)