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 Details

    • PerformanceRegressionReport

      public PerformanceRegressionReport(String duration)
  • Method Details

    • setCategoryMeasureForVersion

      public void setCategoryMeasureForVersion(String cqVersion, String category, double throughput)
    • printAll

      public String printAll()