Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for performanceTestDistributionRuntimeOnly (0.78 sec)

  1. testing/performance/build.gradle.kts

        performanceTestImplementation(libs.junit)
        performanceTestImplementation(libs.servletApi)
    
        performanceTestRuntimeOnly(project(":core-api"))
        performanceTestRuntimeOnly(libs.jetty)
    
        performanceTestDistributionRuntimeOnly(project(":distributions-full")) {
            because("All Gradle features have to be available.")
        }
        performanceTestLocalRepository(project(":tooling-api")) {
            because("IDE tests use the Tooling API.")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  2. platforms/enterprise/enterprise-plugin-performance/build.gradle.kts

        testFixturesImplementation(project(":internal-performance-testing"))
        testFixturesImplementation(project(":logging"))
    
        testFixturesImplementation(libs.groovyJson)
    
        performanceTestDistributionRuntimeOnly(project(":distributions-full")) {
            because("so that all Gradle features are available")
        }
    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 13 23:14:25 UTC 2024
    - 3.2K bytes
    - Viewed (0)
Back to top