- Sort Score
- Result 10 results
- Languages All
Results 1 - 9 of 9 for testProject (0.15 sec)
-
.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",Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Dec 25 10:54:09 UTC 2025 - 32.8K bytes - Viewed (0) -
.teamcity/performance-test-durations.json
}, { "testProject" : "mediumCppApp", "linux" : 250 }, { "testProject" : "mediumCppAppWithMacroIncludes", "linux" : 246 }, { "testProject" : "mediumCppMulti", "linux" : 495 }, { "testProject" : "mediumCppMultiWithMacroIncludes", "linux" : 475 }, { "testProject" : "mediumNative", "linux" : 266 }, { "testProject" : "multiNative",Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Dec 25 10:54:09 UTC 2025 - 25K bytes - Viewed (0) -
.teamcity/src/main/kotlin/model/PerformanceTestBucketProvider.kt
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Jul 10 02:18:03 UTC 2025 - 16.6K bytes - Viewed (0) -
.teamcity/src/main/kotlin/projects/StageProject.kt
testProjects = listOf(performanceScenario.testProject), performanceTestTaskSuffix = "PerformanceAdHocTest", ) }
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Oct 16 00:34:25 UTC 2025 - 12.1K bytes - Viewed (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", )Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Dec 22 07:15:16 UTC 2025 - 5.5K bytes - Viewed (0) -
.teamcity/src/main/kotlin/configurations/TestPerformanceTest.kt
class TestPerformanceTest( model: CIBuildModel, stage: Stage, ) : OsAwareBaseGradleBuildType(os = Os.LINUX, stage, init = { val os = Os.LINUX val buildTypeThis = this val testProject = "smallJavaMultiProject" fun BuildSteps.gradleStep(tasks: List<String>) { gradleWrapper { name = "GRADLE_RUNNER" gradleParams = (
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Dec 25 10:54:09 UTC 2025 - 3.4K bytes - Viewed (0) -
impl/maven-core/src/test/java/org/apache/maven/MavenLifecycleParticipantTest.java
assertEquals(Arrays.asList("parent", "module-b", "module-a"), reactorOrder); } private <T> List<String> getReactorOrder(String testProject, Class<T> participant) throws Exception { PlexusContainer container = getContainer(); ComponentDescriptor<T> cd = new ComponentDescriptor<>(participant, container.getContainerRealm());
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 6K bytes - Viewed (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 =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
applyDefaultDependencies(model, this) }, ) fun getPerformanceTestTaskNames( performanceSubProject: String, testProjects: List<String>, performanceTestTaskSuffix: String, ): List<String> = testProjects.map { ":$performanceSubProject:$it$performanceTestTaskSuffix"Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Dec 22 07:15:16 UTC 2025 - 6K bytes - Viewed (0)