Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getScenarioClass (0.37 sec)

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

        }
    
        boolean isSuccessful() {
            return status == STATUS_SUCCESS
        }
    
        PerformanceExperiment getPerformanceExperiment() {
            new PerformanceExperiment(getTestProject(), new PerformanceScenario(getScenarioClass(), getScenarioName()))
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  2. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/results/PerformanceReportScenario.groovy

        }
    
        String getScenarioName() {
            return performanceExperiment.scenario.testName
        }
    
        String getScenarioClass() {
            return performanceExperiment.scenario.className
        }
    
        String getTestProject() {
            return performanceExperiment.testProject
        }
    
        boolean isCrossVersion() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 4K bytes
    - Viewed (0)
Back to top