Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for subProjectTemplates (0.13 sec)

  1. build-logic/performance-testing/src/main/groovy/gradlebuild.performance-templates.gradle

    performanceTest.registerTestProject("withVerboseTestNG", JvmProjectGeneratorTask) {
        projects = 1
        sourceFiles = 10
        subProjectTemplates << 'with-verbose-testng'
        daemonMemory = '256m'
    }
    performanceTest.registerTestProject("withVerboseJUnit", JvmProjectGeneratorTask) {
        projects = 1
        sourceFiles = 10
        subProjectTemplates << 'with-verbose-junit'
        daemonMemory = '256m'
    }
    
    //TODO replace with direct task objects creation in test
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 15:43:39 UTC 2024
    - 19.5K bytes
    - Viewed (0)
  2. platforms/enterprise/enterprise-plugin-performance/build.gradle.kts

        testSourceFiles = 50 // verbose tests are time consuming
        filesPerPackage = 5
        linesOfCodePerSourceFile = 150
        numberOfScriptPlugins = 30
        rootProjectTemplates = listOf("root")
        subProjectTemplates = listOf("project-with-source")
        templateArgs = mapOf(
            "fullTestLogging" to true,
            "failedTests" to true,
            "projectDependencies" to true,
            "manyPlugins" to true,
    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