Class PerformanceRegressionReport
- java.lang.Object
-
- org.apache.camel.quarkus.performance.regression.PerformanceRegressionReport
-
public class PerformanceRegressionReport extends Object
Provide a human readable performance regression report ready to be printed to the console. For each camel-quarkus version, the report will print: + The throughput for each measure in a category (JVM, Native) in a new column + The percent increase throughput compared to the previous row in the same column
-
-
Constructor Summary
Constructors Constructor Description PerformanceRegressionReport(String duration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringprintAll()voidsetCategoryMeasureForVersion(String cqVersion, String category, double throughput)
-