Class PerformanceRegressionReport
java.lang.Object
org.apache.camel.quarkus.performance.regression.PerformanceRegressionReport
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 -
Method Summary
Modifier and TypeMethodDescriptionprintAll()voidsetCategoryMeasureForVersion(String cqVersion, String category, double throughput)
-
Constructor Details
-
PerformanceRegressionReport
-
-
Method Details
-
setCategoryMeasureForVersion
-
printAll
-