Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 33 of 33 for extraParameter (0.28 sec)

  1. .teamcity/src/main/kotlin/projects/StageProject.kt

                performanceSubProject = "performance",
                bucketIndex = bucketIndex,
                extraParameters = "--profiler $profiler --tests \"${performanceScenario.scenario.className}.${performanceScenario.scenario.scenario}\"",
                testProjects = listOf(performanceScenario.testProject),
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Dec 05 00:08:14 UTC 2023
    - 9.2K bytes
    - Viewed (0)
  2. .teamcity/src/main/kotlin/model/FunctionalTestBucketProvider.kt

                "${testCoverage.asName()} for gradle ($startInclusive <= gradle <$endExclusive)",
                testCoverage,
                stage,
                parallelizationMethod,
                emptyList(),
                extraParameters = "-PonlyTestGradleVersion=$startInclusive-$endExclusive"
            )
        }
    }
    
    data class TestClassAndSourceSet(
        val testClass: String,
        val sourceSet: String
    )
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jan 18 05:14:09 UTC 2024
    - 9K bytes
    - Viewed (0)
  3. .teamcity/src/main/kotlin/model/PerformanceTestBucketProvider.kt

            description = descriptionWithMaybeBucketIndex,
            performanceSubProject = "performance",
            testProjects = tests.keys.toList(),
            bucketIndex = bucketIndex,
            extraParameters = "-PincludePerformanceTestScenarios=true"
        ) {
            tests.forEach { (testProject, scenarios) ->
                prepareScenariosStep(testProject, scenarios, performanceTestCoverage.os)()
            }
        }
    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 19 11:22:56 UTC 2024
    - 15.3K bytes
    - Viewed (0)
Back to top