Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 100 for testProjects (0.26 sec)

  1. testing/performance/src/performanceTest/groovy/org/gradle/performance/experiment/declarativedsl/DeclarativeDslFirstUsePerformanceTest.groovy

    import static org.gradle.performance.results.OperatingSystem.MAC_OS
    import static org.gradle.performance.results.OperatingSystem.WINDOWS
    
    @RunFor(
        @Scenario(type = PER_DAY, operatingSystems = [LINUX, MAC_OS, WINDOWS], testProjects = ["largeEmptyMultiProjectDeclarativeDsl"])
    )
    class DeclarativeDslFirstUsePerformanceTest extends AbstractCrossVersionPerformanceTest {
    
        private static final int WARMUP_RUNS = 5
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 11 07:05:12 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  2. testing/performance/src/performanceTest/groovy/org/gradle/performance/regression/java/JavaIDEModelPerformanceTest.groovy

    import static org.gradle.performance.results.OperatingSystem.LINUX
    
    @RunFor(
        @Scenario(type = PER_COMMIT, operatingSystems = [LINUX], testProjects = ["largeJavaMultiProject"])
    )
    class JavaIDEModelPerformanceTest extends AbstractCrossVersionPerformanceTest {
    
        def setup() {
            runner.minimumBaseVersion = "2.11"
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  3. .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)
  4. testing/performance/src/performanceTest/groovy/org/gradle/performance/regression/corefeature/ParallelDownloadsPerformanceTest.groovy

    import static org.gradle.performance.annotations.ScenarioType.PER_DAY
    import static org.gradle.performance.results.OperatingSystem.LINUX
    
    @RunFor(
        @Scenario(type = PER_DAY, operatingSystems = [LINUX], testProjects = ["springBootApp"])
    )
    class ParallelDownloadsPerformanceTest extends AbstractCrossVersionPerformanceTest implements WithExternalRepository {
        File tmpRepoDir = temporaryFolder.createDir('repository')
    
        @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  5. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/fixture/CrossVersionPerformanceTestRunner.groovy

            }
            if (testProject == null) {
                throw new IllegalStateException("Test project has not been specified")
            }
            if (workingDir == null) {
                throw new IllegalStateException("Working directory has not been specified")
            }
    
            Assume.assumeTrue(TestScenarioSelector.shouldRun(testId))
            TestProjects.validateTestProject(testProject)
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 25 14:54:56 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  6. .teamcity/src/main/kotlin/model/PerformanceTestBucketProvider.kt

            performanceSubProject = "performance",
            testProjects = tests.keys.toList(),
            bucketIndex = bucketIndex,
            extraParameters = "-PincludePerformanceTestScenarios=true"
        ) {
            tests.forEach { (testProject, scenarios) ->
                prepareScenariosStep(testProject, scenarios, performanceTestCoverage.os)()
            }
        }
    }
    
    private
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 19 11:22:56 UTC 2024
    - 15.3K bytes
    - Viewed (0)
  7. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/fixture/TestProject.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.performance.fixture;
    
    public interface TestProject {
        void configure(CrossVersionPerformanceTestRunner runner);
        void configure(GradleBuildExperimentSpec.GradleBuilder builder);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 822 bytes
    - Viewed (0)
  8. .teamcity/performance-tests-ci.json

          "coverage" : {
            "per_day" : [ "linux" ]
          }
        }, {
          "testProject" : "bigCppMulti",
          "coverage" : {
            "per_day" : [ "linux" ]
          }
        }, {
          "testProject" : "bigNative",
          "coverage" : {
            "per_day" : [ "linux" ]
          }
        }, {
          "testProject" : "mediumCppApp",
          "coverage" : {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 11 07:05:12 UTC 2024
    - 36.4K bytes
    - Viewed (0)
  9. .teamcity/performance-test-durations.json

        "linux" : 474
      }, {
        "testProject" : "mediumCppMultiWithMacroIncludes",
        "linux" : 473
      }, {
        "testProject" : "mediumNative",
        "linux" : 267
      }, {
        "testProject" : "multiNative",
        "linux" : 1518
      }, {
        "testProject" : "smallCppApp",
        "linux" : 353
      }, {
        "testProject" : "smallCppMulti",
        "linux" : 375
      }, {
        "testProject" : "smallNative",
        "linux" : 350
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 10:30:45 UTC 2024
    - 27.9K bytes
    - Viewed (1)
  10. platforms/software/plugins-distribution/src/integTest/groovy/org/gradle/api/plugins/DistributionPluginIntegrationTest.groovy

            then:
            succeeds("publishMavenPublicationToMavenRepository")
            file("repo/org/acme/TestProject/1.0/TestProject-1.0.zip").assertIsFile()
    
            and:
            def pom = new MavenPom(file("repo/org/acme/TestProject/1.0/TestProject-1.0.pom"))
            pom.groupId == "org.acme"
            pom.artifactId == "TestProject"
            pom.version == "1.0"
            pom.packaging == "zip"
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Oct 20 21:03:51 UTC 2023
    - 13.8K bytes
    - Viewed (0)
Back to top