Class BenchmarkAggregator
java.lang.Object
org.camunda.bpm.qa.performance.engine.framework.aggregate.TabularResultAggregator
org.camunda.bpm.qa.performance.engine.benchmark.BenchmarkAggregator
The default benchmark aggregator records the duration
- Author:
- Daniel Meyer
-
Field Summary
Fields inherited from class org.camunda.bpm.qa.performance.engine.framework.aggregate.TabularResultAggregator
resultDirectory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected TabularResultSet
protected void
postProcessResultSet
(TabularResultSet tabularResultSet) protected void
processResults
(PerfTestResults results, TabularResultSet tabularResultSet) protected void
processRow
(List<Object> row, PerfTestResult passResult, PerfTestResults results) Methods inherited from class org.camunda.bpm.qa.performance.engine.framework.aggregate.TabularResultAggregator
execute, processFile, sortResults
-
Field Details
-
TEST_NAME
- See Also:
-
-
Constructor Details
-
BenchmarkAggregator
-
-
Method Details
-
createAggregatedResultsInstance
- Specified by:
createAggregatedResultsInstance
in classTabularResultAggregator
-
processResults
- Specified by:
processResults
in classTabularResultAggregator
-
processRow
-
postProcessResultSet
- Overrides:
postProcessResultSet
in classTabularResultAggregator
-