- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 11 for performanceTests (0.05 seconds)
-
.teamcity/src/main/kotlin/projects/PerformanceTestProject.kt
) class ManuallySplitPerformanceTestProject( model: CIBuildModel, projectSpec: PerformanceTestProjectSpec, performanceTests: List<PerformanceTest>,
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Feb 12 09:12:03 GMT 2025 - 1.2K bytes - Click Count (0) -
.teamcity/src/main/kotlin/configurations/PerformanceTestsPass.kt
snapshotDependencies(performanceTestProject.performanceTests) { if (type == PerformanceTestType.FLAKINESS_DETECTION) { reuseBuilds = ReuseBuilds.NO } } performanceTestProject.performanceTests.forEachIndexed { index, performanceTest -> if (performanceTest.testProjects.isNotEmpty()) {
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Mon Dec 22 07:15:16 GMT 2025 - 5.8K bytes - Click Count (0) -
.teamcity/src/test/kotlin/PerformanceTestBuildTypeTest.kt
).joinToString(" "), performanceTest.getGradleStep("GRADLE_RUNNER").gradleParams!!.trim(), ) assertEquals(BuildStep.ExecutionMode.DEFAULT, performanceTest.getGradleStep("GRADLE_RUNNER").executionMode) } @Test fun `create correct PerformanceTest build type for Windows`() { val performanceTest = PerformanceTest( buildModel,
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/projects/CheckProject.kt
stageTriggers.triggers.forEach(::buildType) subProject(stageProject) prevStage = stage previousPerformanceTestPasses.addAll(stageProject.performanceTests) previousCrossVersionTests.addAll(stageProject.crossVersionTests) } buildType(GitHubMergeQueueCheckPass(model)) buildTypesOrder = buildTypes
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Feb 12 09:12:03 GMT 2025 - 3.9K bytes - Click Count (1) -
.teamcity/src/main/kotlin/configurations/StageTriggers.kt
) { val triggers: List<BaseGradleBuildType> init { triggers = mutableListOf() val allDependencies = stageProject.specificBuildTypes + stageProject.performanceTests + stageProject.functionalTests + stageProject.docsTestTriggers + stageProject.flakyTestQuarantineTriggers triggers.add(StageTrigger(model, stage, prevStage, null, allDependencies))Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Tue Dec 30 12:17:39 GMT 2025 - 7.2K bytes - Click Count (0) -
src/test/java/jcifs/smb1/util/MimeMapTest.java
assertEquals("application/pdf", map.getMimeType("pdf")); } } @Nested @DisplayName("Performance and concurrency") class PerformanceTests { @Test @DisplayName("Should handle multiple lookups efficiently") void testMultipleLookups() throws IOException { // Test that multiple lookups work correctly
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 9.1K bytes - Click Count (0) -
.teamcity/src/main/kotlin/configurations/PerformanceTest.kt
import model.PerformanceTestType import model.Stage class PerformanceTest( model: CIBuildModel, stage: Stage, performanceTestBuildSpec: PerformanceTestBuildSpec, description: String, performanceSubProject: String, val testProjects: List<String>, val bucketIndex: Int, extraParameters: String = "", performanceTestTaskSuffix: String = "PerformanceTest", preBuildSteps: BuildSteps.() -> Unit = {},Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Mon Dec 22 07:15:16 GMT 2025 - 6K bytes - Click Count (0) -
build-logic/buildquality/src/main/kotlin/gradlebuild.configure-ci-artifacts.gradle.kts
*/ import gradlebuild.basics.BuildEnvironment import gradlebuild.docs.FindBrokenInternalLinks import gradlebuild.integrationtests.tasks.DistributionTest import gradlebuild.performance.tasks.PerformanceTest import gradlebuild.testcleanup.extension.TestFilesCleanupBuildServiceRootExtension import me.champeau.gradle.japicmp.JapicmpTask if (BuildEnvironment.isCiServer && project.name != "gradle-kotlin-dsl-accessors") {
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Dec 24 14:15:15 GMT 2025 - 2.1K bytes - Click Count (0) -
build-logic-settings/configuration-cache-compatibility/src/main/kotlin/gradlebuild.configuration-cache-compatibility.settings.gradle.kts
"MonolithicNativeProjectGeneratorTask", "NativeProjectWithDepsGeneratorTask", "CppMultiProjectGeneratorTask", "BuildBuilderGenerator", "PerformanceTest", "BuildCommitDistribution", "DetermineBaselines", ) -> true // Third parties tasks // Publish plugin task.name == "login" -> true
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Jan 15 16:07:38 GMT 2025 - 4.1K bytes - Click Count (0) -
.teamcity/src/main/kotlin/common/PerformanceTestExtensions.kt
setArtifactRules( """ build/report-*-performance-tests.zip => . build/report-*-performance.zip => $HIDDEN_ARTIFACT_DESTINATION build/report-*PerformanceTest.zip => $HIDDEN_ARTIFACT_DESTINATION """.trimIndent(), ) detectHangingBuilds = false requirements { requiresNotEc2Agent() requiresNotSharedHost() } params {
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Mon Dec 22 07:15:16 GMT 2025 - 4K bytes - Click Count (0)