- Sort Score
- Num 10 results
- Language All
Results 1 - 8 of 8 for testProject (0.06 seconds)
-
.teamcity/performance-tests-ci.json
} }, { "testProject" : "bigCppMulti", "coverage" : { "per_day" : [ "linux" ] } }, { "testProject" : "bigNative", "coverage" : { "per_day" : [ "linux" ] } }, { "testProject" : "mediumCppApp", "coverage" : { "per_day" : [ "linux" ] } }, { "testProject" : "mediumCppAppWithMacroIncludes",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/performance-test-durations.json
"linux" : 474 }, { "testProject" : "mediumCppMultiWithMacroIncludes", "linux" : 478 }, { "testProject" : "mediumNative", "linux" : 272 }, { "testProject" : "multiNative", "linux" : 1650 }, { "testProject" : "smallCppApp", "linux" : 328 }, { "testProject" : "smallCppMulti", "linux" : 345 }, { "testProject" : "smallNative", "linux" : 315
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 23 04:45:09 GMT 2026 - 26.1K bytes - Click Count (0) -
.teamcity/src/main/kotlin/model/PerformanceTestBucketProvider.kt
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) -
.teamcity/src/main/kotlin/configurations/TestPerformanceTest.kt
import model.Stage class TestPerformanceTest( model: CIBuildModel, stage: Stage, ) : OsAwareBaseGradleBuildType(os = Os.LINUX, stage, init = { val os = os val buildTypeThis = this val testProject = "smallJavaMultiProject" fun BuildSteps.gradleStep(tasks: List<String>) { gradleWrapper { name = "GRADLE_RUNNER" gradleParams = (
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Jan 08 01:31:13 GMT 2026 - 3.4K bytes - Click Count (0) -
.teamcity/src/main/kotlin/util/AdHocPerformanceScenario.kt
allowEmpty = true, description = "The baselines you want to run performance tests against. Empty means default baseline.", ) text( "testProject", "", display = ParameterDisplay.PROMPT, allowEmpty = false, description = "The test project to use. E.g. largeJavaMultiProject", )Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 30 14:08:32 GMT 2026 - 6K bytes - Click Count (0) -
.teamcity/src/main/kotlin/projects/StageProject.kt
testProjects = listOf(performanceScenario.testProject), performanceTestTaskSuffix = "PerformanceAdHocTest", ) }
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 30 04:44:29 GMT 2026 - 12.5K bytes - Click Count (0) -
.teamcity/src/main/kotlin/configurations/PerformanceTestsPass.kt
testing/$performanceProjectName/build/performance-test-results.zip """, ) if (performanceTestProject.performanceTests.any { it.testProjects.isNotEmpty() }) { val dependencyBuildIds = performanceTestProject.performanceTests .filter { it.testProjects.isNotEmpty() } .joinToString(",") { "%dep.${it.id}.env.BUILD_ID%" } val dependencyBaselines =Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Jan 07 10:42:35 GMT 2026 - 5.8K bytes - Click Count (0) -
.teamcity/src/main/kotlin/configurations/PerformanceTest.kt
applyDefaultDependencies(model, this) }, ) fun getPerformanceTestTaskNames( performanceSubProject: String, testProjects: List<String>, performanceTestTaskSuffix: String, ): List<String> = testProjects.map { ":$performanceSubProject:$it$performanceTestTaskSuffix"Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Jan 29 01:37:22 GMT 2026 - 6.1K bytes - Click Count (0)