Class TabularResultAggregator

java.lang.Object
org.camunda.bpm.qa.performance.engine.framework.aggregate.TabularResultAggregator
Direct Known Subclasses:
ActivityCountAggregator, BenchmarkAggregator, BenchmarkLongtermAggregator, SqlStatementCountAggregator, SqlStatementCountAggregator

public abstract class TabularResultAggregator extends Object
A result aggregator is used to aggregate the results of a performance testsuite run as a table. The aggegator needs to be pointed to a directory containing the result files. It will read the result file by file and delegate the actual processing to a subclass implementation of this class.
Author:
Daniel Meyer
  • Field Details

    • resultDirectory

      protected File resultDirectory
  • Constructor Details

    • TabularResultAggregator

      public TabularResultAggregator(String resultsFolderPath)
  • Method Details