Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for generateLotsOfDeprecationWarnings (0.4 sec)

  1. testing/performance/src/performanceTest/groovy/org/gradle/performance/regression/corefeature/DeprecationCreationPerformanceTest.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 = ["generateLotsOfDeprecationWarnings"])
    )
    class DeprecationCreationPerformanceTest extends AbstractCrossVersionPerformanceTest {
        def "create many deprecation warnings"() {
            given:
            runner.tasksToRun = ['help']
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  2. build-logic/performance-testing/src/main/groovy/gradlebuild.performance-templates.gradle

            taskCount: 15000
        ]
        dependencyGraph {
            size = 0
        }
    
        numberOfExternalDependencies = 0
        daemonMemory = '1G'
    }
    
    performanceTest.registerTestProject("generateLotsOfDeprecationWarnings", Copy) {
        into "build/$name"
        from "src/templates/$name"
    }
    
    
    // === Gradle Kotlin DSL ===
    performanceTest.registerTestProject("ktsManyProjects", KtsProjectGeneratorTask) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 15:43:39 UTC 2024
    - 19.5K bytes
    - Viewed (0)
  3. .teamcity/performance-test-durations.json

        "linux" : 299
      } ]
    }, {
      "scenario" : "org.gradle.performance.regression.corefeature.DeprecationCreationPerformanceTest.create many deprecation warnings",
      "durations" : [ {
        "testProject" : "generateLotsOfDeprecationWarnings",
        "linux" : 140
      } ]
    }, {
      "scenario" : "org.gradle.performance.regression.corefeature.ExcludeRuleMergingPerformanceTest.merge exclude rules",
      "durations" : [ {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 10:30:45 UTC 2024
    - 27.9K bytes
    - Viewed (1)
  4. .teamcity/performance-tests-ci.json

          }
        } ]
      }, {
        "testId" : "org.gradle.performance.regression.corefeature.DeprecationCreationPerformanceTest.create many deprecation warnings",
        "groups" : [ {
          "testProject" : "generateLotsOfDeprecationWarnings",
          "coverage" : {
            "per_day" : [ "linux" ]
          }
        } ]
      }, {
        "testId" : "org.gradle.performance.regression.corefeature.ExcludeRuleMergingPerformanceTest.merge exclude rules",
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 11 07:05:12 UTC 2024
    - 36.4K bytes
    - Viewed (0)
Back to top