Uses of Record Class
de.cuioss.benchmarking.common.report.TrendDataProcessor.TrendMetrics
Packages that use TrendDataProcessor.TrendMetrics
-
Uses of TrendDataProcessor.TrendMetrics in de.cuioss.benchmarking.common.report
Methods in de.cuioss.benchmarking.common.report that return TrendDataProcessor.TrendMetricsModifier and TypeMethodDescriptionTrendDataProcessor.calculateTrends(BenchmarkMetrics currentMetrics, List<TrendDataProcessor.HistoricalDataPoint> historicalData) Calculates trend metrics from historical data using EWMA (Exponentially Weighted Moving Average).Methods in de.cuioss.benchmarking.common.report with parameters of type TrendDataProcessor.TrendMetricsModifier and TypeMethodDescriptionBadgeGenerator.generateTrendBadge(TrendDataProcessor.TrendMetrics trendMetrics) Generates a trend badge JSON based on the trend metrics.voidBadgeGenerator.writeBadgeFiles(BenchmarkMetrics metrics, TrendDataProcessor.TrendMetrics trendMetrics, BenchmarkType type, String outputDir) Writes all badge files to the specified directory.voidBadgeGenerator.writeBadgeFiles(BenchmarkMetrics metrics, TrendDataProcessor.TrendMetrics trendMetrics, String outputDir) Writes all badge files to the specified directory using default MICRO benchmark type.