- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for per_day (0.04 sec)
-
.teamcity/performance-tests-ci.json
"coverage" : { "per_day" : [ "linux" ] } }, { "testProject" : "bigCppMulti", "coverage" : { "per_day" : [ "linux" ] } }, { "testProject" : "bigNative", "coverage" : { "per_day" : [ "linux" ] } }, { "testProject" : "mediumCppApp", "coverage" : { "per_day" : [ "linux" ] }
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Thu Sep 12 14:38:24 UTC 2024 - 36.4K bytes - Viewed (0) -
.teamcity/src/main/kotlin/model/CIBuildModel.kt
) private val slowPerformanceTestCoverages = listOf( PerformanceTestCoverage(2, PerformanceTestType.per_day, Os.LINUX, numberOfBuckets = 30, oldUuid = "PerformanceTestSlowLinux") ) data class CIBuildModel( val branch: VersionedSettingsBranch, val projectId: String, val publishStatusToGitHub: Boolean = true,
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Oct 16 06:14:14 UTC 2024 - 22.9K bytes - Viewed (0) -
.teamcity/src/main/kotlin/model/PerformanceTestBucketProvider.kt
val performanceTestTypes = if (performanceTestSpec.performanceTestType in setOf(PerformanceTestType.historical, PerformanceTestType.flakinessDetection)) { listOf(PerformanceTestType.per_commit, PerformanceTestType.per_day) } else { listOf(performanceTestSpec.performanceTestType) } return performanceTestConfigurations.flatMap { configuration -> configuration.groups .filter { group ->
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Mon Feb 19 11:22:56 UTC 2024 - 15.3K bytes - Viewed (0)