Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getCommits (0.09 sec)

  1. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/results/report/TestDataGenerator.java

            }
    
            public String getBranch() {
                return branch;
            }
    
            public String getDate() {
                return date;
            }
    
            public List<String> getCommits() {
                return commits;
            }
        }
    
        static class BackgroundColor {
            private static final int THRESHOLD = 80;
            private Map xaxis;
            private String color;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  2. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/results/report/PerformanceExecutionDataProvider.java

                    performanceTestExecution.getTeamCityBuildId(),
                    getCommit(performanceTestExecution),
                    nonEmptyExecutions.get(size - 2),
                    nonEmptyExecutions.get(size - 1)
                );
            } else {
                return null;
            }
        }
    
        private String getCommit(PerformanceTestExecution execution) {
            if (execution.getVcsCommits().isEmpty()) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 4.8K bytes
    - Viewed (0)
Back to top