Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 42 of 42 for tasksToRun (0.09 sec)

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

        }
    
        static GradleBuilder builder() {
            new GradleBuilder()
        }
    
        @Override
        BuildDisplayInfo getDisplayInfo() {
            new BuildDisplayInfo(projectName, displayName, invocation.tasksToRun, invocation.cleanTasks, invocation.args, invocation.jvmArguments, invocation.useDaemon)
        }
    
        static class GradleBuilder implements BuildExperimentSpec.Builder {
            String displayName
            String projectName
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 5K bytes
    - Viewed (0)
  2. testing/performance/src/performanceTest/groovy/org/gradle/performance/regression/android/AndroidIncrementalExecutionPerformanceTest.groovy

            configurationCaching = configurationCachingMessage(configurationCachingEnabled)
        }
    
        @RunFor([])
        def "up-to-date assembleDebug#configurationCaching"() {
            given:
            runner.tasksToRun = [testProject.taskToRunForChange]
            enableConfigurationCaching(configurationCachingEnabled)
    
            when:
            def result = runner.run()
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 19:24:57 UTC 2024
    - 6.8K bytes
    - Viewed (0)
Back to top