Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/results/DefaultOutputDirSelector.groovy

    // https://issues.apache.org/jira/browse/GROOVY-10055
    //@CompileStatic
    class DefaultOutputDirSelector implements OutputDirSelector {
        private static final String DEBUG_ARTIFACTS_DIRECTORY_PROPERTY_NAME = "org.gradle.performance.debugArtifactsDirectory"
    
        private final File baseOutputDir
    
        DefaultOutputDirSelector(File fallbackDirectory) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  2. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/AbstractPerformanceTest.groovy

    import org.gradle.performance.fixture.AbstractBuildExperimentRunner
    import org.gradle.performance.fixture.PerformanceTestDirectoryProvider
    import org.gradle.performance.results.DataReporter
    import org.gradle.performance.results.DefaultOutputDirSelector
    import org.gradle.performance.results.GradleProfilerReporter
    import org.gradle.performance.results.OutputDirSelector
    import org.gradle.performance.results.PerformanceTestResult
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 2.7K bytes
    - Viewed (0)
Back to top