Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getFileToChange (0.19 sec)

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

                new ApplyAbiChangeToSourceFileMutator(getFileToChange(invocationSettings))
            }
        }
    
        @Override
        void configureForNonAbiChange(CrossVersionPerformanceTestRunner runner) {
            configure(runner)
            runner.tasksToRun = [taskToRunForChange]
            runner.addBuildMutator { invocationSettings ->
                new ApplyNonAbiChangeToSourceFileMutator(getFileToChange(invocationSettings))
            }
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  2. testing/performance/src/performanceTest/groovy/org/gradle/performance/regression/nativeplatform/RealWorldNativePluginPerformanceTest.groovy

        ])
        def "build with #changeType file change"() {
            given:
            runner.tasksToRun = ['build']
            runner.warmUpRuns = 39
            runner.runs = 40
    
            def changedFile = getFileToChange(changeType)
            def changeClosure = getChangeClosure(changeType)
            runner.addBuildMutator { invocationSettings ->
                new BuildMutator() {
                    String originalContent
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 5.5K bytes
    - Viewed (0)
Back to top