Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for setupAndroidStudioSync (0.23 sec)

  1. testing/performance/src/performanceTest/groovy/org/gradle/performance/regression/android/RealLifeAndroidStudioPerformanceTest.groovy

            AndroidTestProject.useAgpLatestStableOrRcVersion(runner)
            AndroidTestProject.useKotlinLatestStableOrRcVersion(runner)
            runner.warmUpRuns = 20
            runner.runs = 20
            runner.setupAndroidStudioSync()
            configureLocalProperties()
    
            when:
            def result = runner.run()
    
            then:
            result.assertCurrentVersionHasNotRegressed()
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  2. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/fixture/CrossVersionPerformanceTestRunner.groovy

            useToolingApi = true
            def tapiAction = new ToolingApiAction<T>(displayName, initialAction)
            this.buildAction = tapiAction
            return tapiAction
        }
    
        def setupAndroidStudioSync() {
            useAndroidStudio = true
            buildAction = new AndroidStudioSyncAction()
            studioInstallDir = StudioFinder.findStudioHome()
            studioJvmArgs = System.getProperty("studioJvmArgs") != null
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 25 14:54:56 UTC 2024
    - 11.7K bytes
    - Viewed (0)
Back to top