Class 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 Detail

      • PerformanceRegressionReport

        public PerformanceRegressionReport​(String duration)
    • Method Detail

      • setCategoryMeasureForVersion

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

        public String printAll()