- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for PER_COMMIT (0.26 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 Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Feb 03 21:56:33 GMT 2026 - 32.5K 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 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/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 Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Jan 29 01:37:22 GMT 2026 - 17.2K bytes - Click Count (0)