Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testResultsZipTaskFor (0.19 sec)

  1. build-logic/performance-testing/src/main/kotlin/gradlebuild/performance/PerformanceTestPlugin.kt

                    testLogging.showStandardStreams = true
                }
            }
            performanceTest.configure(configure)
    
            val testResultsZipTask = project.testResultsZipTaskFor(performanceTest)
            performanceTest.configure {
                finalizedBy(testResultsZipTask)
            }
            project.tasks.withType<Delete>().configureEach {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 04 06:42:07 UTC 2024
    - 24.4K bytes
    - Viewed (0)
Back to top