- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for PER_COMMIT (0.04 seconds)
-
.teamcity/performance-tests-ci.json
"testProject" : "largeJavaMultiProject", "coverage" : { "per_commit" : [ "linux" ] } }, { "testProject" : "largeMonolithicJavaProject", "coverage" : { "per_commit" : [ "linux" ] } }, { "testProject" : "mediumJavaCompositeBuild", "coverage" : { "per_commit" : [ "linux" ] } }, {
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Dec 25 10:54:09 GMT 2025 - 32.8K bytes - Click Count (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"), 2,
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Sep 18 12:22:32 GMT 2025 - 8.4K bytes - Click Count (0) -
.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, ),
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Nov 05 13:00:26 GMT 2025 - 27.5K bytes - Click Count (0) -
.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
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Jul 10 02:18:03 GMT 2025 - 16.6K bytes - Click Count (0)