Class BenchmarkLongtermAggregator
- java.lang.Object
-
- org.camunda.bpm.qa.performance.engine.framework.aggregate.TabularResultAggregator
-
- org.camunda.bpm.qa.performance.engine.benchmark.BenchmarkLongtermAggregator
-
public class BenchmarkLongtermAggregator extends TabularResultAggregator
- Author:
- Ingo Richtsmeier
-
-
Field Summary
-
Fields inherited from class org.camunda.bpm.qa.performance.engine.framework.aggregate.TabularResultAggregator
resultDirectory
-
-
Constructor Summary
Constructors Constructor Description BenchmarkLongtermAggregator(java.lang.String resultsFolderPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TabularResultSet
createAggregatedResultsInstance()
protected void
processResults(PerfTestResults results, TabularResultSet tabularResultSet)
protected java.util.List<java.lang.Object>
processRow(PerfTestResult passResult, PerfTestResults results)
-
Methods inherited from class org.camunda.bpm.qa.performance.engine.framework.aggregate.TabularResultAggregator
execute, postProcessResultSet, processFile, sortResults
-
-
-
-
Method Detail
-
createAggregatedResultsInstance
protected TabularResultSet createAggregatedResultsInstance()
- Specified by:
createAggregatedResultsInstance
in classTabularResultAggregator
-
processResults
protected void processResults(PerfTestResults results, TabularResultSet tabularResultSet)
- Specified by:
processResults
in classTabularResultAggregator
-
processRow
protected java.util.List<java.lang.Object> processRow(PerfTestResult passResult, PerfTestResults results)
-
-