Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for largeAndroidBuild2 (0.52 sec)

  1. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/fixture/AndroidTestProject.groovy

        public static final LARGE_ANDROID_BUILD = new AndroidTestProject(
            templateName: 'largeAndroidBuild'
        )
        public static final LARGE_ANDROID_BUILD_2 = new AndroidTestProject(
            templateName: 'largeAndroidBuild2'
        )
    
        public static final List<AndroidTestProject> ANDROID_TEST_PROJECTS = [
            LARGE_ANDROID_BUILD,
            LARGE_ANDROID_BUILD_2,
            IncrementalAndroidTestProject.SANTA_TRACKER,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  2. testing/performance/src/performanceTest/groovy/org/gradle/performance/regression/android/RealLifeAndroidBuildPerformanceTest.groovy

            @Scenario(type = PER_COMMIT, operatingSystems = LINUX, testProjects = "largeAndroidBuild", iterationMatcher = ".*phthalic.*"),
            // @Scenario(type = PER_COMMIT, operatingSystems = LINUX, testProjects = "largeAndroidBuild2", iterationMatcher = ".*module21.*"),
        ])
        def "run #tasks"() {
            given:
            AndroidTestProject testProject = androidTestProject
            testProject.configure(runner)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 19:24:57 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  3. build-logic/performance-testing/src/main/groovy/gradlebuild.performance-templates.gradle

        remoteUri = 'https://github.com/gradle/perf-android-large.git'
        // From android-73 branch
        ref = "54eef7cc87e9eb1e89fce0d2de8d12e60c694080"
    }
    
    performanceTest.registerAndroidTestProject("largeAndroidBuild2", RemoteProject) {
        remoteUri = 'https://github.com/gradle/perf-android-large-2.git'
        // Pinned from android-73-kotlin-16 branch
        ref = "a67ceb08a7b4e4a71e3c151a3abd72a9abe5d703"
    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 15:43:39 UTC 2024
    - 19.5K bytes
    - Viewed (0)
Back to top